{ "name": "researchstack-e2e-tests", "version": "1.0.0", "private": true, "description": "End-to-end routing tests for Research Stack infrastructure", "scripts": { "test": "npx playwright test", "test:edge": "npx playwright test edge-tls-redirects.spec.ts", "test:routing": "npx playwright test path-routing.spec.ts", "test:auth": "npx playwright test auth-integration.spec.ts", "test:report": "npx playwright show-report test-results" }, "devDependencies": { "@playwright/test": "^1.60.0" } }