{
  "name": "rw-site-ui-tools",
  "private": true,
  "type": "module",
  "scripts": {
    "test:parsers": "python -m unittest discover -s tests -p test_*.py",
    "ui:check": "node ./tools/ui/run-check.mjs",
    "ui:smoke": "node ./tools/ui/run-smoke.mjs",
    "ui:vouchers:tall": "node ./tools/ui/run-check.mjs --page vouchers --layout tall --screenshot ./tmp/ui/vouchers-tall.png",
    "ui:vouchers:wide": "node ./tools/ui/run-check.mjs --page vouchers --layout wide --screenshot ./tmp/ui/vouchers-wide.png",
    "ui:vouchers:tall:wmata": "node ./tools/ui/run-check.mjs --page vouchers --layout tall --steps ./tools/ui/scenarios/vouchers-wmata.json --screenshot ./tmp/ui/vouchers-tall-wmata.png",
    "ui:vouchers:wide:wmata": "node ./tools/ui/run-check.mjs --page vouchers --layout wide --steps ./tools/ui/scenarios/vouchers-wmata.json --screenshot ./tmp/ui/vouchers-wide-wmata.png",
    "ui:inventory:tall": "node ./tools/ui/run-check.mjs --page index --layout tall --screenshot ./tmp/ui/inventory-tall.png",
    "ui:inventory:wide": "node ./tools/ui/run-check.mjs --page index --layout wide --screenshot ./tmp/ui/inventory-wide.png"
  },
  "devDependencies": {
    "playwright": "^1.58.2"
  }
}
