Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WasiqB/multiple-cucumber-html-reporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.0
Choose a base ref
...
head repository: WasiqB/multiple-cucumber-html-reporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.1
Choose a head ref
  • 2 commits
  • 23 files changed
  • 2 contributors

Commits on Feb 18, 2025

  1. fix: 🐛 fixing issues with report rendering (#418)

    * fix: 🐛 fixing issues with report rendering
    
    * fix: 🐛 fixed the rendering of the UI issue
    WasiqB authored Feb 18, 2025
    Copy the full SHA
    74d33b3 View commit details
  2. chore: release v3.9.1

    WasiqB committed Feb 18, 2025
    Copy the full SHA
    d15be9c View commit details
1 change: 1 addition & 0 deletions examples/cypress/cucumber-html-report.ts
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ generate({
jsonDir: "./.run/reports/json/",
reportPath: "./.run/html-report/",
openReportInBrowser: true,
useCDN: false,
metadata: {
browser: {
name:
13 changes: 7 additions & 6 deletions examples/cypress/package.json
Original file line number Diff line number Diff line change
@@ -14,14 +14,15 @@
"author": "Wasiq Bhamla",
"license": "MIT",
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^21.0.3",
"@badeball/cypress-cucumber-preprocessor": "^22.0.1",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.4",
"@types/node": "^22.10.5",
"cypress": "^13.17.0",
"multiple-cucumber-html-reporter": "^3.8.0",
"typescript": "^5.7.2"
"@types/node": "^22.13.4",
"cypress": "^14.0.3",
"multiple-cucumber-html-reporter": "3.7.0",
"typescript": "^5.7.3"
},
"dependencies": {
"dayjs": "^1.11.13"
}
},
"packageManager": "pnpm@10.4.0"
}
Loading