We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a64eb commit 4f923b6Copy full SHA for 4f923b6
1 file changed
playwright.config.js
@@ -1,7 +1,7 @@
1
import { defineConfig, devices } from "@playwright/test";
2
3
export default defineConfig({
4
- testDir: "tests/playwright",
+ testDir: "./tests/playwright",
5
/* Run tests in files in parallel */
6
fullyParallel: true,
7
/* Fail the build on CI if you accidentally left test.only in the source code. */
0 commit comments