{ "id": "kink_app", "viewports": [ { "label": "phone", "width": 400, "height": 812 }, { "label": "tablet", "width": 768, "height": 1024 }, { "label": "desktop", "width": 1280, "height": 900 } ], "scenarios": [ { "label": "onboarding", "url": "http://127.0.0.1:8011/", "delay": 2000, "misMatchThreshold": 0.1 }, { "label": "discover-with-card", "url": "http://127.0.0.1:8011/", "delay": 3000, "onReadyScript": "login-and-navigate.js", "misMatchThreshold": 0.1 }, { "label": "my-plays-populated", "url": "http://127.0.0.1:8011/", "delay": 3000, "onReadyScript": "navigate-to-plays.js", "misMatchThreshold": 0.1 }, { "label": "together-view", "url": "http://127.0.0.1:8011/", "delay": 3000, "onReadyScript": "navigate-to-together.js", "misMatchThreshold": 0.1 } ], "paths": { "bitmaps_reference": "backstop_data/bitmaps_reference", "bitmaps_test": "backstop_data/bitmaps_test", "engine_scripts": "backstop_data/engine_scripts", "html_report": "backstop_data/html_report", "ci_report": "backstop_data/ci_report" }, "engine": "playwright", "engineOptions": { "browser": "chromium" }, "report": ["browser"], "asyncCaptureLimit": 3, "asyncCompareLimit": 10, "debug": false, "debugWindow": false }