bunkerweb/examples/php-cookie-flags/tests.json
2022-12-14 11:02:05 +01:00

12 lines
206 B
JSON

{
"name": "php-cookie",
"kinds": ["docker"],
"timeout": 60,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "Cookie 'my_cookie' is set!"
}
]
}