Bump @levkin/playkit to v0.3.1 (network interception helpers) and land the work it unblocked: startNetworkErrorMonitor on gallery/search/upload/manage- users, Favorites + People filter UI e2e (storageState), and a fix for the lingering `res.data: unknown` / Mailpit-vs-Mailtrap type errors in the mail and catalog specs. Also adds Vitest coverage + a CI job for admin-frontend, which had no test infra before this.
21 lines
494 B
JSON
21 lines
494 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": {
|
|
"@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"
|
|
}
|
|
}
|