We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753226d commit 7797dfaCopy full SHA for 7797dfa
playwright.config.ts
@@ -2,7 +2,6 @@ import { defineConfig } from '@playwright/test';
2
3
export default defineConfig({
4
testDir: './test',
5
- testIgnore: 'ui-bridge.spec.ts',
6
timeout: 30000,
7
workers: 1,
8
retries: 0,
0 commit comments