Skip to content

Commit

Permalink
Fix reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Dec 21, 2021
1 parent ab3ac03 commit 8a9327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zap/selenium/ci/TypeScript/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const config: PlaywrightTestConfig = {
workers: process.env.CI ? 1 : undefined,

/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: process.env.CI ? 'github' : 'line',
reporter: [[ 'line' ], [ 'github' ]],

/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
Expand Down

0 comments on commit 8a9327b

Please sign in to comment.