Skip to content

Commit

Permalink
add cucumber report
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpenn committed Apr 29, 2024
1 parent a4b5401 commit 3558854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: playwright-report
path: playwright-report/
retention-days: 30
- name: Publish HTML report to testresults.marcusfelling.com
- name: Publish HTML report
if: always() # We want this to always run, even if test fail prior to this step running
uses: peaceiris/actions-gh-pages@v4.0.0
with:
Expand Down
1 change: 1 addition & 0 deletions cucumber.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"formatOptions": {
"snippetInterface": "async-await"
},
"format": ["html:playwright-report/cucumber-report.html"],
"dryRun": false,
"paths": [
"src/test/features/"
Expand Down

0 comments on commit 3558854

Please sign in to comment.