Releases: WasiqB/multiple-cucumber-html-reporter
Releases · WasiqB/multiple-cucumber-html-reporter
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.js
for step embeddings, tnx to Marius
Fix
fix correct module path
Fix
Add scenario description, undefined status and html embedding support
Feature
- feature: Add scenario description 53, tnx to Stefano Tamagnini
- feature: Add status of a feature file to
undefined
if 1 or multiple scenario's in a feature don't have a step implementation 58, tnx to David de Kanter - feature: Add support to for html-embeddings 59, tnx to Yaron Assa
Refactor
- refactor: Update undefined code examples