Skip to content

Releases: WasiqB/multiple-cucumber-html-reporter

Bug Fix

14 Jul 05:43
Compare
Choose a tag to compare

This release fixes the JSON parsing, thanks to Danny Cohn

Contains:

v1.11.8...v1.11.9

Fix hooks status

03 Jun 10:15
Compare
Choose a tag to compare

This fixes issue #84 and #87 and sets the proper hook status.

NOTE: Only failed before and after-hooks are shown in the report, unless they have images / attachments, else they will not be shown

v1.11.7...v1.11.8

Fix copy assets if already exists

02 Jun 17:56
Compare
Choose a tag to compare
  • fix: don not copy the assets if they are already there deeb710
  • chrore: implement release script ffd80a5

v1.11.6...v1.11.7

This should fix #79

Fix alignment

21 Dec 08:51
Compare
Choose a tag to compare

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

21 Dec 08:44
Compare
Choose a tag to compare

Update template to work with large images, tnx to muthukumarse

Fix collecting no jsons

12 Nov 06:06
Compare
Choose a tag to compare

Made collect-jsons.js return an actual empty array instead of string, tnx to Wilson Luu

Fixes

02 Oct 17:32
Compare
Choose a tag to compare
  • 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

22 Aug 04:51
Compare
Choose a tag to compare
Fix

fix correct module path

Fix

22 Aug 04:52
Compare
Choose a tag to compare
Fix

This release fixes issue 60. Now all assets are included in the module so stricter CI's should not have any problems using the assets

Add scenario description, undefined status and html embedding support

17 Aug 08:26
Compare
Choose a tag to compare

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