diff --git a/package.json b/package.json index 3d47621..2256fad 100644 --- a/package.json +++ b/package.json @@ -16,16 +16,8 @@ "coverage:report": "open coverage/lcov-report/index.html", "test:e2e": "cd e2e && npm test", "test:smoke": "cd e2e && npx playwright test --grep @smoke", - "test:performance": "k6 run tests/performance/load-test.js", - "test:stress": "k6 run tests/performance/stress-test.js", "check:contrast": "tsx scripts/utils/check-color-contrast.ts", "check:headings": "tsx scripts/utils/check-heading-hierarchy.ts", - "audit:performance": "node scripts/performance-audit.js", - "audit:seo": "node scripts/seo-check.js", - "audit:accessibility": "node scripts/accessibility-test.js", - "audit:forms": "node scripts/form-validation.js", - "audit:all": "./scripts/run-all-tests.sh", - "report:generate": "node scripts/generate-test-report.js", "lighthouse": "lhci autorun", "lighthouse:collect": "lhci collect", "lighthouse:assert": "lhci assert", @@ -34,7 +26,6 @@ "lighthouse:mobile": "lhci autorun --settings.preset=mobile", "deploy:cdn": "bash scripts/deploy-cdn.sh", "deploy:cdn:refresh": "bash scripts/refresh-cdn.sh", - "clean:tests": "bash scripts/maintenance/clean-test-files.sh", "prepare": "husky" }, "dependencies": {