Skip to content

Commit

Permalink
enable list reporter in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Jun 5, 2024
1 parent 27d4a6a commit 2c7e3f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/performance/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ process.env.ASSETS_PATH = path.join( __dirname, 'assets' );

const config = defineConfig( {
...baseConfig,
reporter: process.env.CI
? './config/performance-reporter.ts'
: [ [ 'list' ], [ './config/performance-reporter.ts' ] ],
reporter: [ [ 'list' ], [ './config/performance-reporter.ts' ] ],
forbidOnly: !! process.env.CI,
fullyParallel: false,
retries: 0,
Expand Down

0 comments on commit 2c7e3f3

Please sign in to comment.