Skip to content

Latest commit

 

History

History
252 lines (132 loc) · 9.12 KB

CHANGELOG.md

File metadata and controls

252 lines (132 loc) · 9.12 KB

CHANGELOG

NOTE: All changes can now be found on the releases

1.11.3 (2018-10-02)

Fix

  • 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

1.11.2 (2018-08-18)

Fix

  • fix: fix correct module path

1.11.1 (2018-08-18)

Fix

  • 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

1.11.0 (2018-08-17)

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

1.10.2 (2018-07-03)

Bugfix

  • fix: Remove error thrown if no json files are found 54, tnx to daviddekanter

1.10.1 (2018-05-04)

Bugfix

  • fix: Empty .json files might be skipped instead of making reporter crash 47, tnx to lennt

1.10.0 (2018-04-26)

Feature

Bugfix

  • fix: Screenshots in the steps are stretched, now they are shown on their max-width | max-height showing proper images

1.9.0 (2018-04-15)

Feature

1.8.0 (2018-03-21)

Feature

  • feature: It now saves the sort state of columns in the Features overview, tnx to Brian-Dawson-Nerdery

1.7.0 (2018-03-20)

Feature

  • feature: Feature implementation for issue number 32 Wrong format duration.

1.6.1 (2018-03-12)

Bugfix

  • fix: Fix for issue number 33 Wrong passed/failed tool-tip in features box

1.6.0 (2018-03-05)

Features

Big thanks to Stefano Tamagnini

  • feature: Add support for:
    • embedded attachments with custom mimeType (ogg, video, pdf, ecc... )
    • override the style by adding your own stylesheet
    • add some custom styles by adding your own style sheet
  • feature: Presenting total number of passed/failed tests in tooltip in addition to percentage, see issue 29

1.5.0 (2018-02-21)

Features

  • feature: Add support for duration display in a readable format Big thanks to LennDG

1.4.3 (2018-02-19)

Bugfix

  • fix: fix of attaching multiple json and text attachments to the same step Big thanks to rjktcby

1.4.2 (2018-02-01)

Bugfix

  • fix: show edge icon for tests run with microsoft edge Big thanks to kevinkuszyk

1.4.1 (2018-01-01)

Bugfix

  • fix: fix: correctly show the skipped features on the report home page Big thanks to kevinkuszyk

1.4.0 (2017-12-15)

Features

  • feature: Ability to define custom metadata Big thanks to LennDG

1.3.0 (2017-11-19)

Features

  • feature: add the possibility to add a custom datablock to the features overview

1.2.0 (2017-11-13)

Features

  • feature: add app as a metadata and update the docs

1.1.0 (2017-09-22)

Features

  • feature: add option to disable the log when a report has been generated
  • feature: defaulted the dropdown to 50 and updated the options to [50, 100, 150, "All"]
  • feature: added created by to templates

1.0.1 (2017-09-12)

Bug Fixes

1.0.0 (2017-09-08)

Features

  • feature: added support for CucumberJS 3, the only thing that has changes for reporting is that the embedding.mime_type has been changed to embedding.media.type.
  • feature: metadata is now also an option, see the readme

0.2.1 (2017-07-26)

Bug Fixes

  • fix: Styling for showing scenario title on smaller window size (< 1200 px)

0.2.0 (2017-07-18)

Features

  • feature: parse json to show info when embedding.mime_type is text and can be parsed as a JSON

Bug Fixes

  • fix: remove the embedding image to limit the output size
  • fix: making the + Show Error, + Show Info and Screenshot- link more unique

0.1.3 (2017-06-23)

Bug Fixes

  • fix: fix templates to work with node 4.4.5 by removing blockbindings

0.1.2 (2017-05-26)

Bug Fixes

  • fix: sanitize feature.id that is used for urls in the features overview

0.1.1 (2017-05-24)

Bug Fixes

  • fix: embedding.mime_type 'text/plain' can have encoded and plain text. Fixed this with a base64 check and added tests

0.1.0 (2017-05-21)

Features

  • initial: initial version of Multiple Cucumer HTML Reporter