Skip to content

Commit 74d33b3

Browse files
authoredFeb 18, 2025··
fix: 🐛 fixing issues with report rendering (#418)
* fix: 🐛 fixing issues with report rendering * fix: 🐛 fixed the rendering of the UI issue
1 parent b855e17 commit 74d33b3

23 files changed

+25470
-6746
lines changed
 

‎examples/cypress/cucumber-html-report.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ generate({
2828
jsonDir: "./.run/reports/json/",
2929
reportPath: "./.run/html-report/",
3030
openReportInBrowser: true,
31+
useCDN: false,
3132
metadata: {
3233
browser: {
3334
name:

‎examples/cypress/package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
"author": "Wasiq Bhamla",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@badeball/cypress-cucumber-preprocessor": "^21.0.3",
17+
"@badeball/cypress-cucumber-preprocessor": "^22.0.1",
1818
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.4",
19-
"@types/node": "^22.10.5",
20-
"cypress": "^13.17.0",
21-
"multiple-cucumber-html-reporter": "^3.8.0",
22-
"typescript": "^5.7.2"
19+
"@types/node": "^22.13.4",
20+
"cypress": "^14.0.3",
21+
"multiple-cucumber-html-reporter": "3.7.0",
22+
"typescript": "^5.7.3"
2323
},
2424
"dependencies": {
2525
"dayjs": "^1.11.13"
26-
}
26+
},
27+
"packageManager": "pnpm@10.4.0"
2728
}

‎examples/cypress/pnpm-lock.yaml

+516-528
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"homepage": "https://github.com/WasiqB/multiple-cucumber-html-reporter#readme",
3434
"dependencies": {
3535
"find": "^0.3.0",
36-
"fs-extra": "^11.2.0",
36+
"fs-extra": "^11.3.0",
3737
"jsonfile": "^6.1.0",
3838
"lodash": "^4.17.21",
3939
"luxon": "^3.5.0",
4040
"open": "^8.4.2",
41-
"uuid": "^11.0.4"
41+
"uuid": "^11.0.5"
4242
},
4343
"devDependencies": {
44-
"jasmine": "^5.5.0",
44+
"jasmine": "^5.6.0",
4545
"nyc": "^17.1.0",
46-
"release-it": "^18.0.0"
46+
"release-it": "^18.1.2"
4747
},
48-
"packageManager": "pnpm@9.5.0"
48+
"packageManager": "pnpm@10.4.0"
4949
}

‎pnpm-lock.yaml

+285-240
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.