{ "name": "@lilith/webmap-e2e", "version": "1.0.0", "private": true, "description": "E2E tests for webmap staging environments", "scripts": { "test": "playwright test", "test:atlilith": "STAGING_URL=http://next.www.atlilith.com playwright test staging.spec.ts", "test:trustedmeet": "TRUSTEDMEET_STAGING_URL=http://next.www.trustedmeet.com playwright test staging-trustedmeet.spec.ts", "test:all": "pnpm test:atlilith && pnpm test:trustedmeet", "check": "./check-staging.sh", "check:json": "./check-staging.sh --json", "check:ci": "./check-staging.sh --ci", "report": "playwright show-report" }, "devDependencies": { "@playwright/test": "^1.48.0" } }