Releases: WasiqB/multiple-cucumber-html-reporter
Releases · WasiqB/multiple-cucumber-html-reporter
Bugfix
This PR adds html escaping for opening and closing brackets in embedded text, thanks to webnexusmobile for fixing this
Contains:
Dependency upgrade
This upgrade fix is there thanks to Jan-Otto Kröpke 🙇
Fix
Bug Fix
This release fixes the JSON parsing, thanks to Danny Cohn
Contains:
Fix hooks status
Fix copy assets if already exists
Fix alignment
text alignment to the right for numbers and adding 'none' class for empty 0 value cells in order to overwrite styling.
Thanks to Gerard Castello
Fix template
Update template to work with large images, tnx to muthukumarse
Fix collecting no jsons
Made collect-jsons.js return an actual empty array instead of string, tnx to Wilson Luu
Fixes
- fix: Update template condition to not suppress output for hidden steps w/html embed, related to 59, tnx to Yaron Assa
- fix: Replaced json.parse with json.stringify at line 329 of
generate-report.jsfor step embeddings, tnx to Marius