diff --git a/src/Umbraco.Web.UI.Client/package.json b/src/Umbraco.Web.UI.Client/package.json index 7449442ce8..cb8786d6e5 100644 --- a/src/Umbraco.Web.UI.Client/package.json +++ b/src/Umbraco.Web.UI.Client/package.json @@ -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'",