multiple-cucumber-html-reporter
Advanced tools
Comparing version 1.0.0 to 1.0.1
CHANGELOG | ||
========= | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/wswebcreation/multiple-cucumber-html-reporter/compare/v1.0.0...v1.0.1) (2017-09-12) | ||
### Bug Fixes | ||
* **fix:** fixed typos, see [PR 9](https://github.com/wswebcreation/multiple-cucumber-html-reporter/pull/9), tnx to [achingbrain](https://github.com/achingbrain) | ||
<a name="1.0.0"></a> | ||
@@ -10,3 +17,3 @@ ## [1.0.0](https://github.com/wswebcreation/multiple-cucumber-html-reporter/compare/v0.2.1...v1.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 to `embedding.media.type`. | ||
* **feature:** metadata is not also an option, see the readme | ||
* **feature:** `metadata` is now also an option, see the readme | ||
@@ -13,0 +20,0 @@ <a name="0.2.1"></a> |
@@ -185,3 +185,3 @@ 'use strict'; | ||
* Parse each scenario within a feature | ||
* @param {object} feature a feature with all the scenario's in it | ||
* @param {object} feature a feature with all the scenarios in it | ||
* @return {object} return the parsed feature | ||
@@ -188,0 +188,0 @@ * @private |
{ | ||
"name": "multiple-cucumber-html-reporter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -9,3 +9,3 @@ Multiple Cucumber HTML Reporter | ||
- a quick overview of all tested features and scenario's | ||
- a quick overview of all tested features and scenarios | ||
- a features overview that can hold multiple runs of the same feature / runs of the same feature on different browsers / devices | ||
@@ -12,0 +12,0 @@ - a features overview that can be searched / filtered / sorted |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77664