{
  "name": "staging-ipw-playwright-tests",
  "version": "1.0.0",
  "description": "Comprehensive Playwright tests for staging.ipw.co.za",
  "main": "index.js",
  "scripts": {
    "test": "playwright test",
    "test:ui": "playwright test --ui",
    "test:headed": "playwright test --headed",
    "test:debug": "playwright test --debug",
    "test:run-and-save": "playwright test && node scripts/save-test-results.js",
    "test:save-results": "node scripts/save-test-results.js",
    "test:security": "playwright test tests/security.spec.js",
    "test:accessibility": "playwright test tests/accessibility.spec.js",
    "test:performance": "playwright test tests/performance.spec.js",
    "test:auth": "playwright test tests/authentication.spec.js",
    "test:full": "playwright test --reporter=html && node scripts/save-test-results.js",
    "test:comprehensive": "node scripts/run-comprehensive-tests.js",
    "test:report": "node scripts/generate-html-report.js",
    "test:pdf": "node scripts/generate-pdf-report.js",
    "test:email": "node scripts/send-email-report.js",
    "check-db": "node scripts/check-db.js",
    "check-schema": "node scripts/check-schema.js"
  },
  "keywords": [
    "playwright",
    "testing",
    "e2e",
    "security",
    "accessibility"
  ],
  "author": "Test Automation Team",
  "license": "MIT",
  "devDependencies": {
    "@playwright/test": "^1.40.0",
    "dotenv": "^16.3.1",
    "mysql2": "^3.6.5"
  },
  "dependencies": {
    "dotenv": "^16.3.1",
    "mysql2": "^3.6.5",
    "nodemailer": "^7.0.6",
    "puppeteer": "^24.19.0"
  }
}
