Skip to content

Commit

Permalink
fix output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Oct 25, 2024
1 parent b41ab70 commit 4a213da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
retries: process.env.CI ? 1 : 0,
workers: 1,
reporter: process.env.CI
? [['html'], ['github', { outputFolder: 'tests/.report' }]]
? [['html', { outputFolder: 'tests/.report' }], ['github']]
: [['line'], ['html', { open: 'never', outputFolder: 'tests/.report' }]],
use: {
baseURL: 'http://localhost',
Expand Down

0 comments on commit 4a213da

Please sign in to comment.