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 7674dee commit 7129306Copy full SHA for 7129306
frontend/playwright.config.ts
@@ -25,7 +25,7 @@ export default defineConfig({
25
/* Opt out of parallel tests on CI. */
26
workers: process.env.CI ? 4 : undefined,
27
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
28
- reporter: process.env.CI ? [['list'], ['html'], ['github']] : 'html',
+ reporter: 'html',
29
/* Global setup and teardown */
30
globalSetup: './tests/global-setup.mjs',
31
globalTeardown: './tests/global-teardown.mjs',
0 commit comments