Skip to content

Commit

Permalink
Update the reporter output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack committed Jul 28, 2023
1 parent f8a63e5 commit f4b8f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config: PlaywrightTestConfig = {
retries: 0,
reporter: process.env.CI
? [["junit", { outputFile: "results.xml" }], ["html"]]
: [["html"]],
: [["html", { outputFolder: "test-results" }]],
globalSetup: require.resolve("./e2e/core/global-setup"),
use: {
baseURL: `${process.env.E2E_BASE_URL}/spa/`,
Expand Down

0 comments on commit f4b8f3c

Please sign in to comment.