Skip to content

Commit 46e2b6f

Browse files
committed
Try updating the mochawesome-json-to-md dependency to the latest
1 parent 5053f98 commit 46e2b6f

File tree

3 files changed

+229
-8
lines changed

3 files changed

+229
-8
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
npx mochawesome-merge ./tests/cypress/reports/*.json -o tests/cypress/reports/mochawesome.json
4646
rm -rf ./tests/cypress/reports/mochawesome-*.json
47-
npx mochawesome-json-to-md -p ./tests/cypress/reports/mochawesome.json -o ./tests/cypress/reports/mochawesome.md
47+
npx mochawesome-json-to-md -p ./tests/cypress/reports/mochawesome.json -o ./tests/cypress/reports/mochawesome.md -t ./node_modules/mochawesome-json-to-md/sample-template.md
4848
npx mochawesome-report-generator tests/cypress/reports/mochawesome.json -o tests/cypress/reports/
4949
cat ./tests/cypress/reports/mochawesome.md >> $GITHUB_STEP_SUMMARY
5050

package-lock.json

Lines changed: 227 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"10up-toolkit": "^6.2.0",
3737
"cypress": "^13.12.0",
3838
"cypress-mochawesome-reporter": "^3.8.2",
39-
"mochawesome-json-to-md": "^0.7.2"
39+
"mochawesome-json-to-md": "^1.3.5"
4040
},
4141
"10up-toolkit": {
4242
"entry": {

0 commit comments

Comments
 (0)