Files
plainpages/e2e-tests/package.json
T
renovate-bot a7d0c6b441
renovate/artifacts Artifact file update failure
CI / full-gate (push) Failing after 10s
chore(deps): update playwright to v1.61.1
Release-Bump: minor
2026-07-06 04:17:37 +00:00

14 lines
365 B
JSON

{
"name": "plainpages-e2e",
"version": "0.1.0",
"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.61.1"
}
}