Skip to content

Commit

Permalink
fix: upload images
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Aug 4, 2024
1 parent b4cc830 commit 411aacd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ const config: PlaywrightTestConfig = {
port: 3000,
command: 'yarn docusaurus serve',
},
reporter: [
// Use "dot" reporter on CI, "list" otherwise (Playwright default).
process.env.CI ? ["dot"] : ["list"],
// Add Argos reporter. Upload on CI only.
["@argos-ci/playwright/reporter", { uploadToArgos: !!process.env.CI }],
],
use: {
trace: 'on-first-retry',
screenshot: "only-on-failure",
Expand Down

0 comments on commit 411aacd

Please sign in to comment.