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

12 lines
189 B
JSON

{
"name": "php-singlesite",
"kinds": ["docker"],
"timeout": 60,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "hello"
}
]
}