Skip to content

Commit 736e49e

Browse files
authored
Create blueprint.json
1 parent 3cbfb62 commit 736e49e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3+
"landingPage": "\/wp-admin\/plugins.php?page=plugin_report",
4+
"steps": [
5+
{
6+
"step": "login",
7+
"username": "admin",
8+
"password": "password"
9+
},
10+
{
11+
"step": "defineWpConfigConsts",
12+
"consts": {
13+
"IS_PLAYGROUND_PREVIEW": true
14+
}
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)