platform-codebase/features/webmap/e2e/package.json

20 lines
708 B
JSON
Raw Permalink Normal View History

{
"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": "bun run test:atlilith && bun run 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"
}
}