Skip to content

Commit 770dfcf

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playwright.config.js

Lines changed: 1 addition & 0 deletions
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)