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

37 lines
729 B
JSON

{
"name": "swarm-configs",
"kinds": ["swarm"],
"timeout": 120,
"tests": [
{
"type": "string",
"url": "https://app1.example.com/app1",
"string": "app1"
},
{
"type": "string",
"url": "https://app2.example.com/app2",
"string": "app2"
},
{
"type": "string",
"url": "https://app3.example.com/app3",
"string": "app3"
},
{
"type": "string",
"url": "https://app1.example.com/hello",
"string": "hello"
},
{
"type": "string",
"url": "https://app2.example.com/hello",
"string": "hello"
},
{
"type": "string",
"url": "https://app3.example.com/hello",
"string": "hello"
}
]
}