test: npx playwright test erfolgreich

This commit is contained in:
ISA
2025-09-03 15:58:11 +02:00
parent 11bd68200b
commit 57ffdecb10
24 changed files with 308 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cpl-v4",
"version": "1.6.831",
"version": "1.6.832",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
@@ -20,6 +20,7 @@
"test:e2e:webkit": "playwright test --project=webkit",
"test:e2e:report": "playwright show-report playwright/report",
"test:e2e:clean": "rimraf playwright/report playwright/test-results playwright/.cache blob-report test-results playwright-report",
"test:e2e:missing": "node ./scripts/find-missing-playwright-tests.mjs",
"prepare": "husky install",
"bump-version": "node ./scripts/bumpVersion.js",
"mocks:cable": "node ./mocks/scripts/fetchCableData.mjs --insecure",