We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bddb1 commit 0b45bddCopy full SHA for 0b45bdd
playwright.config.ts
@@ -4,7 +4,7 @@ export default defineConfig({
4
testDir: 'tests/playwright',
5
timeout: 2 * 60 * 1000,
6
use: {
7
- headless: false,
+ headless: true,
8
trace: 'on',
9
screenshot: 'on'
10
},
0 commit comments