Skip to content

Commit

Permalink
feat(playwright): add testIgnore configuration for specific test files
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Dec 10, 2024
1 parent 9ca4d18 commit 79a71c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ export const playwrightConfig: PlaywrightTestConfig = {
channel: 'chrome-beta',
...devices['Desktop Chrome'],
},
testIgnore: [
join(__dirname, './playwright/crx/crx.test.ts'),
join(__dirname, './playwright/crx/lock.test.ts'),
],
},
],
};
Expand Down

0 comments on commit 79a71c4

Please sign in to comment.