{
  "routes": [
    { "key": "home", "label": "Home page", "path": "/" },
    { "key": "login", "label": "Login", "path": "/login" },
    { "key": "profile", "label": "Profile", "path": "/profile" }
  ],
  "themes": ["dark", "light"],
  "checkOverflow": true,
  "checkTouchTargets": true,
  "takeScreenshot": true,
  "screenshotDir": "e2e/screenshots"
}
