Skip to content

Commit

Permalink
test: produce blob report in html reporter test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Apr 5, 2024
1 parent d16ee8d commit d99ac92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
path: |
test/**/test-results/
test/**/actual-reports/
test/**/blob-report/
retention-days: 1
if-no-files-found: ignore
1 change: 1 addition & 0 deletions test/reporter-cucumber-html/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default defineConfig({
fullyParallel: true,
reporter: [
['dot'],
['blob'],
cucumberReporter('message', { outputFile: 'actual-reports/message.ndjson' }),
cucumberReporter('html', { outputFile: 'actual-reports/report.html' }),
],
Expand Down

0 comments on commit d99ac92

Please sign in to comment.