Skip to content

Commit

Permalink
chore(portal-e2e): generate html playwright report from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyFriesenGitHub committed Sep 6, 2024
1 parent 090267f commit 581217a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/portal-e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default defineConfig({
reuseExistingServer: !process.env.CI,
cwd: workspaceRoot,
},
reporter: [['html', { outputFolder: 'playwright-report/portal-e2e' }]],
projects: [
{
name: 'chromium',
Expand Down

0 comments on commit 581217a

Please sign in to comment.