Files
termi-blog/playwright-smoke/package.json
limitcool ee0bec4a78
Some checks failed
docker-images / build-and-push (admin, admin, termi-astro-admin, admin/Dockerfile) (push) Successful in 52s
docker-images / build-and-push (backend, backend, termi-astro-backend, backend/Dockerfile) (push) Failing after 13s
docker-images / build-and-push (frontend, frontend, termi-astro-frontend, frontend/Dockerfile) (push) Successful in 32s
ui-regression / playwright-regression (push) Failing after 14m24s
test: add full playwright ui regression coverage
2026-04-02 00:55:34 +08:00

18 lines
474 B
JSON

{
"name": "termi-playwright-smoke",
"private": true,
"type": "module",
"scripts": {
"test": "playwright test",
"test:frontend": "playwright test --project=frontend",
"test:admin": "playwright test --project=admin",
"test:headed": "playwright test --headed",
"install:browsers": "playwright install --with-deps chromium"
},
"devDependencies": {
"@playwright/test": "^1.55.0",
"@types/node": "^24.7.2",
"typescript": "^5.9.3"
}
}