Skip to content

Commit

Permalink
Skip Playwright when no tests are found
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie6king committed Nov 14, 2024
1 parent 8de7301 commit 1b5943c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defineConfig } from "@playwright/test";

export default defineConfig({
testDir: "tests/playwright"
testDir: "tests/playwright",
passWithNoTests: true
});

0 comments on commit 1b5943c

Please sign in to comment.