Files
plainpages/e2e-tests/package.json
renovate-bot ea320f6a28
CI / full-gate (push) Successful in 3m47s
Mirror / github-mirror (push) Successful in 2s
Update Playwright to v1.63.0
2026-09-05 04:18:23 +00: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.63.0"
}
}