Skip to content

Commit

Permalink
solve error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Beltrán committed Jun 2, 2024
1 parent e4cd450 commit 72f2788
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ module.exports = defineConfig({
workers: process.env.CI ? 1 : undefined,

/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: [
['list'],
['@estruyf/github-actions-reporter']
]
reporter: [['list'], ['@estruyf/github-actions-reporter']],

/* Output directory for screenshots of failed tests */
outputDir: './playwright/output',
Expand Down

0 comments on commit 72f2788

Please sign in to comment.