Ignore unit tests when running Playwright Electron (#5996)
* Ignore unit tests when running Playwright Electron * Skip a couple more Windows tests for now
This commit is contained in:
		| @ -7,6 +7,7 @@ import { platform } from 'os' | ||||
| export default defineConfig({ | ||||
|   timeout: 120_000, // override the default 30s timeout | ||||
|   testDir: './e2e/playwright', | ||||
|   testIgnore: '*.test.ts', // ignore unit tests | ||||
|   /* Run tests in files in parallel */ | ||||
|   fullyParallel: true, | ||||
|   /* Fail the build on CI if you accidentally left test.only in the source code. */ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user