Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update playwright.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsharkey committed Jan 25, 2024
1 parent 72a0930 commit 327b1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = defineConfig({
/* Opt out of parallel tests on CI. */
workers: process.env.CI ? 1 : undefined,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: process.env.CI ? jsonReporter : [htmlReporter, jsonReporter],
reporter: process.env.CI ? [jsonReporter] : [htmlReporter, jsonReporter],
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
Expand Down

0 comments on commit 327b1c8

Please sign in to comment.