Skip to content

Commit 6bc7f93

Browse files
committed
chore: update playwright config to only run *.spec.js files
1 parent ff2ef37 commit 6bc7f93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playwright.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { defineConfig, devices } from "@playwright/test";
1212
*/
1313
module.exports = defineConfig({
1414
testDir: "./tests",
15+
testMatch: "**/*.spec.js", // only run *.spec.js files
1516
/* Run tests in files in parallel */
1617
fullyParallel: true,
1718
/* Fail the build on CI if you accidentally left test.only in the source code. */

0 commit comments

Comments
 (0)