mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-06 14:58:37 +00:00
12 lines
206 B
JSON
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!"
|
|
}
|
|
]
|
|
}
|