{ "name": "e2e-tests", "version": "1.0.0", "private": true, "scripts": { "test": "playwright test", "test:ui": "playwright test --ui", "test:debug": "playwright test --debug", "test:headed": "playwright test --headed", "test:smoke": "playwright test --grep @smoke", "test:regression": "playwright test --grep @regression", "test:performance": "playwright test --grep @performance", "test:responsive": "playwright test --grep @responsive", "test:visual": "playwright test --grep @visual", "test:report": "playwright show-report", "test:all-with-progress": "node run-tests-with-progress.js", "install": "playwright install --with-deps" }, "devDependencies": { "@axe-core/playwright": "^4.9.0", "@playwright/test": "^1.48.0", "@types/node": "^20.11.0", "glob": "^13.0.6", "typescript": "^5.3.0" } }