Files
plainpages/e2e-tests/package.json
T
lilleman 1f61235e88
CI / full-gate (push) Successful in 3m7s
Mirror / github-mirror (push) Successful in 6s
Release / retag-image (push) Successful in 21s
Scope Release-Bump to the surfaces that ship, and drop the inert package.json versions
2026-08-20 22:43:36 +02:00

13 lines
343 B
JSON

{
"name": "plainpages-e2e",
"private": true,
"description": "Playwright E2E: design-system parity (visual), auth refresh, OAuth2 login/consent, and the full browser flow (login/menu/CRUD/plugin/logout).",
"type": "module",
"scripts": {
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.62.1"
}
}