22 строки
523 B
JSON
22 строки
523 B
JSON
{
|
|
"markers": ["integration", "quilla", "slow"],
|
|
"targetBrowsers": ["Firefox"],
|
|
"path": "https://bing.com",
|
|
"steps": [
|
|
{
|
|
"action": "OutputValue",
|
|
"target": "bing",
|
|
"parameters": {
|
|
"source": "Literal",
|
|
"outputName": "url_contains"
|
|
}
|
|
},
|
|
{
|
|
"action": "Validate",
|
|
"type": "URL",
|
|
"state": "Contains",
|
|
"target": "${{ Validation.url_contains }}"
|
|
}
|
|
]
|
|
}
|