Skip to content

Commit 770dfcf

Browse files
committed
chore: ignore e2e tests flagged with .ignore.
1 parent 8b5a432 commit 770dfcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playwright.config.js

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

33
module.exports = {
4+
testIgnore: "**/*.ignore.*",
45
testDir: "./test/e2e",
56
fullyParallel: false,
67
forbidOnly: process.env.CI !== "true",

0 commit comments

Comments
 (0)