Skip to content

Commit

Permalink
chore: add outputdir for patternhub tests to find issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Jul 5, 2024
1 parent 09672eb commit b1786cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion showcases/playwright.patternhub-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const patternHubConfig: PlaywrightTestConfig = {

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: process.env.CI ? 'on-first-retry' : 'on'
}
},
outputDir: `./patternhub/test-results/`
};

export default patternHubConfig;

0 comments on commit b1786cd

Please sign in to comment.