Skip to content

Commit efed0ab

Browse files
committed
chore: rename playwright tests path to e2e
1 parent ac7e66f commit efed0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

33
module.exports = {
4-
testDir: "./test/e2e-playwright",
4+
testDir: "./test/e2e",
55
fullyParallel: false,
66
forbidOnly: process.env.CI !== "true",
77
retries: process.env.CI ? 2 : 0,

0 commit comments

Comments
 (0)