Skip to content

Commit 1b044ad

Browse files
test(e2e): move testDir to playwright/e2e
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 43e017c commit 1b044ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { defineConfig, devices } from '@playwright/test'
99
* See https://playwright.dev/docs/test-configuration.
1010
*/
1111
export default defineConfig({
12-
testDir: './playwright',
12+
testDir: './playwright/e2e',
1313

1414
/* Run tests in files in parallel */
1515
fullyParallel: true,

0 commit comments

Comments
 (0)