bunkerweb/examples/wordpress/tests.json
2022-10-19 17:37:13 +02:00

14 lines
277 B
JSON

{
"name": "wordpress",
"kinds": ["docker", "autoconf", "swarm", "kubernetes", "linux"],
"timeout": 60,
"delay": 120,
"no_copy_container": true,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "wordpress"
}
]
}