diff --git a/apps/scandic-web/tests/loginUtil.ts b/apps/scandic-web/tests/e2e/loginUtil.ts similarity index 100% rename from apps/scandic-web/tests/loginUtil.ts rename to apps/scandic-web/tests/e2e/loginUtil.ts diff --git a/apps/scandic-web/tests/profile/mybenefits.spec.ts b/apps/scandic-web/tests/e2e/profile/mybenefits.spec.ts similarity index 100% rename from apps/scandic-web/tests/profile/mybenefits.spec.ts rename to apps/scandic-web/tests/e2e/profile/mybenefits.spec.ts diff --git a/apps/scandic-web/tests/profile/mypoints.spec.ts b/apps/scandic-web/tests/e2e/profile/mypoints.spec.ts similarity index 100% rename from apps/scandic-web/tests/profile/mypoints.spec.ts rename to apps/scandic-web/tests/e2e/profile/mypoints.spec.ts diff --git a/apps/scandic-web/tests/profile/mystays.spec.ts b/apps/scandic-web/tests/e2e/profile/mystays.spec.ts similarity index 100% rename from apps/scandic-web/tests/profile/mystays.spec.ts rename to apps/scandic-web/tests/e2e/profile/mystays.spec.ts diff --git a/apps/scandic-web/tests/profile/overview.spec.ts b/apps/scandic-web/tests/e2e/profile/overview.spec.ts similarity index 100% rename from apps/scandic-web/tests/profile/overview.spec.ts rename to apps/scandic-web/tests/e2e/profile/overview.spec.ts diff --git a/apps/scandic-web/tests/testdata.ts b/apps/scandic-web/tests/e2e/testdata.ts similarity index 100% rename from apps/scandic-web/tests/testdata.ts rename to apps/scandic-web/tests/e2e/testdata.ts diff --git a/apps/scandic-web/vitest.config.ts b/apps/scandic-web/vitest.config.ts index 9fa48e2a6..1d2911a51 100644 --- a/apps/scandic-web/vitest.config.ts +++ b/apps/scandic-web/vitest.config.ts @@ -22,5 +22,6 @@ export default defineConfig({ test: { environment: "jsdom", setupFiles: ["./vitest-setup.ts"], + exclude: ["./tests/e2e/*"], }, })