{ "name": "@gt2/tenant-app-e2e", "version": "1.0.0", "private": true, "description": "GT 2.0 Tenant App End-to-End Testing with Playwright", "scripts": { "test": "playwright test", "test:ui": "playwright test --ui", "test:headed": "playwright test --headed", "test:debug": "playwright test --debug", "test:report": "playwright show-report", "test:install": "playwright install", "test:install-deps": "playwright install-deps", "test:codegen": "playwright codegen http://localhost:3002", "test:guardian": "playwright test --grep '@guardian'", "test:auth": "playwright test --grep '@auth'", "test:documents": "playwright test --grep '@documents'", "test:chat": "playwright test --grep '@chat'", "test:smoke": "playwright test --grep '@smoke'", "test:ci": "playwright test --reporter=html,junit", "test:visual": "playwright test --grep '@visual'" }, "devDependencies": { "@playwright/test": "^1.40.0", "@types/node": "^20.9.0", "typescript": "^5.3.0" }, "dependencies": { "dotenv": "^16.3.1" } }