Skip to content

Commit

Permalink
ci: default test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
prury committed Aug 28, 2024
1 parent 265c73c commit 9932093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { defineConfig, devices } from "@playwright/test"
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
testDir: "./config/playwright/e2e",
// testDir: "",
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
Expand Down

0 comments on commit 9932093

Please sign in to comment.