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 3f75cf0 commit 8bbc8f7Copy full SHA for 8bbc8f7
frontend/playwright.config.ts
@@ -22,7 +22,7 @@ export default defineConfig({
22
/* Opt out of parallel tests on CI. */
23
workers: process.env.CI ? 1 : undefined,
24
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
25
- reporter: 'html',
+ reporter: process.env.CI ? 'blob' : 'html',
26
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
27
use: {
28
/* Base URL to use in actions like `await page.goto('/')`. */
0 commit comments