bunkerweb/examples/prestashop/tests.json
2023-04-18 12:03:54 +02:00

13 lines
257 B
JSON

{
"name": "prestashop",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"timeout": 240,
"delay": 240,
"tests": [
{
"type": "string",
"url": "https://www.example.com/administration",
"string": "prestashop"
}
]
}