diff --git a/novalon-manage-web/package.json b/novalon-manage-web/package.json index bf68a08..98cf680 100644 --- a/novalon-manage-web/package.json +++ b/novalon-manage-web/package.json @@ -16,8 +16,8 @@ "test:unit": "vitest --run --coverage", "test:coverage": "vitest --run --coverage", "test:e2e": "playwright test", - "test:e2e:journeys": "playwright test --project=journeys", - "test:e2e:role-based": "playwright test --project=role-based-tests", + "test:e2e:smoke": "playwright test smoke/", + "test:e2e:journeys": "playwright test journeys/", "test:e2e:headed": "playwright test --headed", "test:e2e:debug": "playwright test --debug", "test:e2e:perf": "node scripts/measure-e2e-performance.js",