30 lines
1.7 KiB
JSON
30 lines
1.7 KiB
JSON
{
|
|
"id": "weval_nonreg",
|
|
"viewports": [{"label": "desktop", "width": 1280, "height": 800}],
|
|
"scenarios": [
|
|
{"label": "WEVIA Chat", "url": "https://weval-consulting.com/wevia", "delay": 4000, "misMatchThreshold": 5},
|
|
{"label": "Homepage", "url": "https://weval-consulting.com", "delay": 2000, "misMatchThreshold": 3},
|
|
{"label": "Tech Radar", "url": "https://weval-consulting.com/products/technology-radar.html", "delay": 2000, "misMatchThreshold": 5},
|
|
{"label": "Tools Hub", "url": "https://weval-consulting.com/tools-hub.html", "delay": 2000, "misMatchThreshold": 3},
|
|
{"label": "Monitoring", "url": "https://weval-consulting.com/monitoring.html", "delay": 2000, "misMatchThreshold": 3},
|
|
{"label": "Huawei Cloud", "url": "https://weval-consulting.com/products/huawei-cloud.html", "delay": 2000, "misMatchThreshold": 3},
|
|
{"label": "WEVADS Dashboard", "url": "https://wevads.weval-consulting.com/dashboard.html", "delay": 3000, "misMatchThreshold": 5},
|
|
{"label": "WEVADS Apps", "url": "https://wevads.weval-consulting.com/apps.html", "delay": 2000, "misMatchThreshold": 3},
|
|
{"label": "WEVADS Process", "url": "https://wevads.weval-consulting.com/process-supervision.php", "delay": 2000, "misMatchThreshold": 5},
|
|
{"label": "Ethica Portal", "url": "https://ethica.wevup.app", "delay": 2000, "misMatchThreshold": 3}
|
|
],
|
|
"paths": {
|
|
"bitmaps_reference": "baselines",
|
|
"bitmaps_test": "screenshots",
|
|
"html_report": "reports",
|
|
"ci_report": "reports"
|
|
},
|
|
"engine": "playwright",
|
|
"engineOptions": {
|
|
"args": ["--no-sandbox", "--disable-gpu"],
|
|
"ignoreHTTPSErrors": true
|
|
},
|
|
"asyncCaptureLimit": 3,
|
|
"asyncCompareLimit": 10
|
|
}
|