Files
punimtag/e2e/package.json
T
ilia e8c13f86d7
CI / skip-ci-check (pull_request) Successful in 30s
CI / python-lint (pull_request) Successful in 32s
CI / docker-ci (pull_request) Successful in 31s
CI / secret-scan (pull_request) Successful in 39s
CI / viewer-unit (pull_request) Successful in 1m44s
CI / admin-unit (pull_request) Successful in 2m1s
CI / e2e (pull_request) Failing after 2m2s
Add People hub, Phase 5 junk reject, cluster-name, a11y smoke.
Nest Identify/Auto-Match/Modify under /people with redirects; reject
blur/extreme pose at Process; Name-cluster on Identify; axe smoke tests;
helpers to rotate DEV admin password and seed match_decisions.
2026-08-05 14:24:28 -04:00

22 lines
533 B
JSON

{
"name": "punimtag-e2e",
"version": "1.0.0",
"private": true,
"description": "PunimTag Playwright e2e — powered by @levkin/playkit",
"scripts": {
"test": "playwright test",
"report": "playwright show-report"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.1",
"@levkin/playkit": "git+https://git.levkin.ca/ilia/playkit.git#v0.3.1",
"@playwright/test": "^1.52.0",
"@types/node": "^22.15.0",
"typescript": "^5.8.0",
"zod": "^3.25.76"
}
}