NOTE: All changes can now be found on the releases
1.11.3 (2018-10-02)
- 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 correct module path
1.11.1 (2018-08-18)
- 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: 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: Update undefined code examples
1.10.2 (2018-07-03)
- fix: Remove error thrown if no json files are found 54, tnx to daviddekanter
1.10.1 (2018-05-04)
1.10.0 (2018-04-26)
- feature: Add support for multiple screenshots in scenario steps 44, tnx to Brian-Dawson-Nerdery
- 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: A custom
pageTitle
and a custompageFooter
can be added, tnx to muthukumarse
1.8.0 (2018-03-21)
- 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 implementation for issue number 32 Wrong format duration.
1.6.1 (2018-03-12)
- fix: Fix for issue number 33 Wrong passed/failed tool-tip in features box
1.6.0 (2018-03-05)
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)
- feature: Add support for duration display in a readable format Big thanks to LennDG
1.4.3 (2018-02-19)
- fix: fix of attaching multiple json and text attachments to the same step Big thanks to rjktcby
1.4.2 (2018-02-01)
- fix: show edge icon for tests run with microsoft edge Big thanks to kevinkuszyk
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