f6c126a804
- 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
33 lines
701 B
JSON
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
|
|
}
|