2026-01-01 23:47:43 -08:00
|
|
|
{
|
|
|
|
|
"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",
|
2026-01-02 00:39:40 -08:00
|
|
|
"check": "./check-staging.sh",
|
|
|
|
|
"check:json": "./check-staging.sh --json",
|
|
|
|
|
"check:ci": "./check-staging.sh --ci",
|
2026-01-01 23:47:43 -08:00
|
|
|
"report": "playwright show-report"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@playwright/test": "^1.48.0"
|
|
|
|
|
}
|
|
|
|
|
}
|