Skip to content

Commit

Permalink
test(reporter): set reporter to HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
mJarsater committed Oct 30, 2023
1 parent 1831cea commit 32521f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const config: PlaywrightTestConfig = {
reuseExistingServer: !process.env.CI,
},
workers: 4,
reporter: 'html',
};

export default config;

0 comments on commit 32521f3

Please sign in to comment.