26 lines
585 B
JSON
26 lines
585 B
JSON
{
|
|
"landingPage": "/wp-admin/",
|
|
"preferredVersions": {
|
|
"php": "8.0",
|
|
"wp": "latest"
|
|
},
|
|
"steps": [
|
|
{
|
|
"step": "login",
|
|
"username": "admin",
|
|
"password": "password"
|
|
},
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginZipFile": {
|
|
"resource": "url",
|
|
"url": "https://github.com/wpallstars/wp-plugin-starter-template-for-ai-coding/archive/refs/heads/feature/testing-framework.zip"
|
|
}
|
|
},
|
|
{
|
|
"step": "activatePlugin",
|
|
"pluginSlug": "wp-plugin-starter-template-for-ai-coding-feature-testing-framework"
|
|
}
|
|
]
|
|
}
|