bunkerweb/examples/php-cookie-flags/tests.json

13 lines
206 B
JSON
Raw Normal View History

2022-12-14 10:02:05 +00:00
{
"name": "php-cookie",
"kinds": ["docker"],
"timeout": 60,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "Cookie 'my_cookie' is set!"
}
]
}