{
  "name": "mbinv-e2e-tests",
  "version": "1.0.0",
  "description": "End-to-end tests for MBInventario using Playwright",
  "type": "module",
  "scripts": {
    "test": "playwright test",
    "test:ui": "playwright test --ui",
    "test:debug": "playwright test --debug",
    "test:headed": "playwright test --headed",
    "test:procesos": "playwright test tests/e2e/procesos.spec.ts",
    "test:validations": "playwright test tests/e2e/validations.spec.ts",
    "test:smoke": "playwright test tests/e2e/smoke.spec.ts",
    "test:branch": "node scripts/test-branch.mjs",
    "report": "playwright show-report --port 9324"
  },
  "devDependencies": {
    "@playwright/test": "^1.40.0",
    "@types/node": "^20.19.39",
    "typescript": "^5.6.3"
  }
}
