Skip to content

Commit 4f923b6

Browse files
committed
fix: change testDir path
Fix #46.
1 parent 61a64eb commit 4f923b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright.config.js

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: "tests/playwright",
4+
testDir: "./tests/playwright",
55
/* Run tests in files in parallel */
66
fullyParallel: true,
77
/* Fail the build on CI if you accidentally left test.only in the source code. */

0 commit comments

Comments
 (0)