Fix playwright config

This commit is contained in:
Michael Telatynski
2026-06-09 13:20:08 +01:00
parent 18a4fcae49
commit ab4f427cac
3 changed files with 4 additions and 9 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"scripts": {
"lint:js": "eslint --max-warnings 0 */src -c ./.eslintrc.cjs",
"lint:ts": "tsc --noEmit",
"test:playwright": "playwright test -c ./playwright.config.ts",
"test:playwright:open": "yarn test:playwright -c ./playwright.config.ts --ui",
"test:playwright": "playwright test",
"test:playwright:open": "yarn test:playwright --ui",
"test:playwright:screenshots": "playwright-screenshots yarn test:playwright --update-snapshots --grep @screenshot"
},
"devDependencies": {