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 b217777 commit 282b615Copy full SHA for 282b615
playwright.config.js
@@ -20,7 +20,7 @@ const config = {
20
forbidOnly: !!process.env.CI,
21
retries: process.env.CI ? 2 : 0,
22
workers: process.env.CI ? 3 : undefined,
23
- reporter: ['list', 'html'],
+ reporter: 'html',
24
use: {
25
actionTimeout: 0,
26
trace: 'on-first-retry',
0 commit comments