Skip to content

Commit

Permalink
Revert "Temporarily enable list reporter"
Browse files Browse the repository at this point in the history
This reverts commit 14b78c3.
  • Loading branch information
talldan committed Jun 14, 2023
1 parent 4b5b9df commit d8ef29d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ const STORAGE_STATE_PATH =
path.join( process.cwd(), 'artifacts/storage-states/admin.json' );

const config = defineConfig( {
reporter: 'list',
reporter: process.env.CI
? [ [ 'github' ], [ './config/flaky-tests-reporter.ts' ] ]
: 'list',
forbidOnly: !! process.env.CI,
workers: 1,
retries: process.env.CI ? 2 : 0,
Expand Down

0 comments on commit d8ef29d

Please sign in to comment.