{
  "name": "multilingual-press-zone-e2e-tests",
  "version": "1.0.0",
  "scripts": {
    "test": "playwright test",
    "test:target-safety": "node --test target-safety.node-test.js",
    "test:chromium": "playwright test --project=chromium",
    "test:firefox": "playwright test --project=firefox",
    "test:webkit": "playwright test --project=webkit",
    "test:headed": "playwright test --headed",
    "test:debug": "playwright test --debug",
    "report": "playwright show-report",
    "test:universal-admin": "playwright test universal-admin-component-redesign.spec.js journeys/UJ-ACF-field-table-accordions.spec.js --project=chromium"
  },
  "devDependencies": {
    "@playwright/test": "1.62.0"
  }
}
