We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a283b commit b00e429Copy full SHA for b00e429
eslint.config.ts
@@ -37,9 +37,7 @@ export default defineConfig([
37
allowDefaultProject: [
38
'vite.config.mts',
39
'vite.electron.config.mts',
40
- 'vite.types.config.mts',
41
- 'playwright.config.ts',
42
- 'playwright.i18n.config.ts'
+ 'vite.types.config.mts'
43
]
44
},
45
tsConfigRootDir: import.meta.dirname,
playwright.config.ts
@@ -30,7 +30,7 @@ export default defineConfig({
30
{
31
name: 'chromium',
32
use: { ...devices['Desktop Chrome'] },
33
- timeout: 25000,
+ timeout: 15000,
34
grepInvert: /@mobile/ // Run all tests except those tagged with @mobile
35
36
0 commit comments