Skip to content

Commit acb9d1b

Browse files
author
wimselles
committed
chore: prepare release
1 parent 400e965 commit acb9d1b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
CHANGELOG
22
=========
33

4-
=======
4+
<a name="1.11.0"></a>
5+
## [1.11.0](https://github.com/wswebcreation/multiple-cucumber-html-reporter/compare/v1.10.2...v1.11.0) (2018-08-17)
6+
7+
### Feature
8+
* **feature:** Add scenario description [53](https://github.com/wswebcreation/multiple-cucumber-html-reporter/pull/53), tnx to [Stefano Tamagnini](https://github.com/yoghi)
9+
* **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](https://github.com/wswebcreation/multiple-cucumber-html-reporter/pull/58), tnx to [David de Kanter](https://github.com/daviddekanter)
10+
* **feature:** Add support to for html-embeddings [59](https://github.com/wswebcreation/multiple-cucumber-html-reporter/pull/59), tnx to [Yaron Assa](https://github.com/yaronassa)
11+
12+
### Refactor
13+
* **refactor:** Update undefined code examples
14+
515
<a name="1.10.2"></a>
616
## [1.10.2](https://github.com/wswebcreation/multiple-cucumber-html-reporter/compare/v1.10.1...v1.10.2) (2018-07-03)
717

README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Multiple Cucumber HTML Reporter is a reporting module for Cucumber to parse the
1818
1919
> **NEW**
2020
21+
- **1.11.0:** This release has been made possible by
22+
- [Stefano Tamagnini](https://github.com/yoghi): He added the possibility to add a scenario description (Click [here](https://wswebcreation.github.io/multiple-cucumber-html-reporter/embedded-array) and open the `As a visitor I want to be greeted` scenario)
23+
- [David de Kanter](https://github.com/daviddekanter): He added the possibility to set the status of a feature file to `undefined` if 1 or multiple scenario's in a feature don't have a step implementation
24+
- [Yaron Assa](https://github.com/yaronassa): He added support for html-embeddings (Click [here](https://wswebcreation.github.io/multiple-cucumber-html-reporter/embedded-array) and open the `Add a todo` scenario)
2125
- **1.10.0:** There is now support for multiple screenshots in scenario steps, tnx to [Brian-Dawson-Nerdery](https://github.com/Brian-Dawson-Nerdery)
2226
- **1.9.0:** A custom [`pageTitle`](./README.MD#pageTitle) and a custom [`pageFooter`](./README.MD#pageFooter) can be added, tnx to [muthukumarse](https://github.com/muthukumarse)
2327
- **1.8.0:** It now saves the sort state of columns in the Features overview, tnx to [Brian-Dawson-Nerdery](https://github.com/Brian-Dawson-Nerdery)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiple-cucumber-html-reporter",
3-
"version": "1.10.2",
3+
"version": "1.11.0",
44
"description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)",
55
"keywords": [
66
"cucumber",

0 commit comments

Comments
 (0)