Skip to content

Commit 799690b

Browse files
authored
test: move e2e tests into test/ directory (#489)
1 parent 4760859 commit 799690b

8 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
@@ -6,7 +6,7 @@ import type { ConfigOptions } from '@nuxt/test-utils/playwright'
66
const baseURL = 'http://localhost:5678'
77

88
export default defineConfig<ConfigOptions>({
9-
testDir: './tests',
9+
testDir: './test/e2e',
1010
fullyParallel: true,
1111
forbidOnly: !!process.env.CI,
1212
retries: process.env.CI ? 2 : 0,

0 commit comments

Comments
 (0)