Skip to content

Commit e0e1d12

Browse files
committed
[dark-mode] Move e2e tests to src/test/e2e
Relocate Playwright e2e test suite from top-level e2e/ into src/test/e2e/ to align with existing test directory structure. Update testDir in playwright.config.ts accordingly.
1 parent c390e71 commit e0e1d12

10 files changed

Lines changed: 1 addition & 1 deletion

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig, devices } from '@playwright/test';
22

33
export default defineConfig({
4-
testDir: './e2e',
4+
testDir: './src/test/e2e',
55
fullyParallel: true,
66
forbidOnly: !!process.env.CI,
77
retries: process.env.CI ? 2 : 0,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)