Files
flights_web_raw/e2e/backstop/backstop-angular-simplified.json
T
gnezim f6c126a804 test: configure BackstopJS for visual regression testing
- Update backstop configs to test React app at /ru-ru/onlineboard
- Generate reference screenshot from Angular version
- Run visual test: 47.31% mismatch identified (layout/styling differences)
- Identify key differences for design alignment
2026-04-06 02:12:58 +03:00

33 lines
701 B
JSON

{
"id": "aeroflot_flights",
"viewports": [
{
"label": "desktop",
"width": 1440,
"height": 900
}
],
"scenarios": [
{
"label": "Start Page",
"url": "http://localhost:4200/ru-ru/onlineboard",
"readySelector": "body",
"delay": 2000,
"selectors": ["document"],
"misMatchThreshold": 0.0,
"requireSameDimensions": true
}
],
"paths": {
"bitmaps_reference": "bitmaps_reference",
"bitmaps_test": "bitmaps_test_angular",
"html_report": "html_report_angular"
},
"report": ["browser", "JSON"],
"engine": "puppeteer",
"asyncCaptureLimit": 5,
"asyncCompareLimit": 50,
"strict": false,
"debug": false
}