multiple-cucumber-html-reporter

Generate beautiful Cucumber HTML reports

MIT License

Downloads
953.6K
Stars
250
Committers
46

Bot releases are hidden (Show)

multiple-cucumber-html-reporter - Dependency upgrade

Published by wswebcreation about 5 years ago

This upgrade fix is there thanks to Jan-Otto Kröpke 🙇

  • fix: remove wait from open browser b6cdaff
  • Merge pull request #94 from jkroepke/bump-dependencies 6782233
  • Bump dependencies Replace deprecated opn with open ad9f5b9

https://github.com/wswebcreation/multiple-cucumber-html-reporter/compare/v1.11.10...v1.12.0

multiple-cucumber-html-reporter - Fix

Published by wswebcreation over 5 years ago

This fixes the dependencies and the UT's

Contains:

  • fix: update deps d744743

https://github.com/wswebcreation/multiple-cucumber-html-reporter/compare/v1.11.9...v1.11.10

multiple-cucumber-html-reporter - Bug Fix

Published by wswebcreation over 5 years ago

This release fixes the JSON parsing, thanks to Danny Cohn

Contains:

  • chore: fix json test data e619335
  • Merge pull request #93 from dannycohn/patch-1 c5e96c1
  • Fix JSON attachments ed02a08

https://github.com/wswebcreation/multiple-cucumber-html-reporter/compare/v1.11.8...v1.11.9

multiple-cucumber-html-reporter - Fix hooks status

Published by wswebcreation over 5 years ago

This fixes issue https://github.com/wswebcreation/multiple-cucumber-html-reporter/issues/84 and https://github.com/wswebcreation/multiple-cucumber-html-reporter/issues/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

https://github.com/wswebcreation/multiple-cucumber-html-reporter/compare/v1.11.7...v1.11.8

multiple-cucumber-html-reporter - Fix copy assets if already exists

Published by wswebcreation over 5 years ago

  • fix: don not copy the assets if they are already there deeb710
  • chrore: implement release script ffd80a5

https://github.com/wswebcreation/multiple-cucumber-html-reporter/compare/v1.11.6...v1.11.7

This should fix https://github.com/wswebcreation/multiple-cucumber-html-reporter/issues/79

multiple-cucumber-html-reporter - Fix alignment

Published by wswebcreation almost 6 years ago

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

multiple-cucumber-html-reporter - Fix template

Published by wswebcreation almost 6 years ago

Update template to work with large images, tnx to muthukumarse

multiple-cucumber-html-reporter - Fix collecting no jsons

Published by wswebcreation almost 6 years ago

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

multiple-cucumber-html-reporter - Fixes

Published by wswebcreation about 6 years ago

  • 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
multiple-cucumber-html-reporter - Fix

Published by wswebcreation about 6 years ago

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

multiple-cucumber-html-reporter - Fix

Published by wswebcreation about 6 years ago

fix correct module path

multiple-cucumber-html-reporter - Add scenario description, undefined status and html embedding support

Published by wswebcreation about 6 years ago

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