1.4.1 (2018-01-01)
- fix: fix: correctly show the skipped features on the report home page Big thanks to kevinkuszyk
1.4.0 (2017-12-15)
- feature: Ability to define custom metadata Big thanks to LennDG
1.3.0 (2017-11-19)
- feature: add the possibility to add a custom datablock to the features overview
1.2.0 (2017-11-13)
- feature: add
app
as a metadata and update the docs
1.1.0 (2017-09-22)
- 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)
- fix: fixed typos, see PR 9, tnx to achingbrain
1.0.0 (2017-09-08)
- feature: added support for CucumberJS 3, the only thing that has changes for reporting is that the
embedding.mime_type
has been changed toembedding.media.type
. - feature:
metadata
is now also an option, see the readme
0.2.1 (2017-07-26)
- fix: Styling for showing scenario title on smaller window size (<
1200 px
)
0.2.0 (2017-07-18)
- feature: parse json to show info when
embedding.mime_type
is text and can be parsed as a JSON
- fix: remove the embedding image to limit the output size
- fix: making the
+ Show Error
,+ Show Info
andScreenshot
- link more unique
0.1.3 (2017-06-23)
- fix: fix templates to work with node 4.4.5 by removing blockbindings
0.1.2 (2017-05-26)
- fix: sanitize
feature.id
that is used for urls in the features overview
0.1.1 (2017-05-24)
- fix:
embedding.mime_type 'text/plain'
can have encoded and plain text. Fixed this with a base64 check and added tests
- initial: initial version of
Multiple Cucumer HTML Reporter