combine e2e tests

This commit is contained in:
Jacob Overgaard
2023-01-24 13:49:16 +01:00
parent 57ed921a39
commit 13eb5bcc6f

View File

@@ -34,7 +34,9 @@
"preview": "vite preview --open",
"test": "web-test-runner --coverage",
"test:watch": "web-test-runner --watch",
"test:e2e": "npx playwright test",
"auth:test:e2e": "npx playwright test --config apps/auth/",
"backoffice:test:e2e": "npx playwright test",
"test:e2e": "npm run auth:test:e2e && npm run backoffice:test:e2e",
"lint": "eslint src apps libs e2e",
"lint:fix": "npm run lint -- --fix",
"format": "prettier 'src/**/*.ts'",