Skip to content

Commit

Permalink
#8 Adding Allure report
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Jan 22, 2024
1 parent 349a03f commit f5a2b21
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 @@ -7,7 +7,7 @@ module.exports = defineConfig({
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 1 : undefined,
reporter: "html",
reporter: [["html"], ["allure-playwright"]],
use: {
trace: "on-first-retry",
},
Expand Down

0 comments on commit f5a2b21

Please sign in to comment.