Skip to content

Commit 60d79c8

Browse files
Bump package to 1.0.6
1 parent 5b50760 commit 60d79c8

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 1.0.6
2+
3+
- Addition of step timing/duration added [PR #4](https://github.com/ktryniszewski-mdsol/codeceptjs-cucumber-json-reporter/pull/4)
4+
5+
---
6+
17
### 1.0.5
28

39
- Enhancing output to include actual example variable values [PR #3](https://github.com/ktryniszewski-mdsol/codeceptjs-cucumber-json-reporter/pull/3)

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,12 @@ Use [cucumber-html-reporter](https://www.npmjs.com/package/cucumber-html-reporte
7272
## Limitations
7373

7474
- CodeceptJS treats BDD steps as metasteps. Therefore if your step definition does not contain any helper methods it only fires bddStep events which are limited in what information we can extract.
75+
76+
77+
---
78+
79+
## Contributors
80+
81+
Thanks to those who add features/fix bugs
82+
83+
- [fijijavis](https://github.com/fijijavis)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeceptjs-cucumber-json-reporter",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "CodeceptJS plugin to generate a cucumberjs json output",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)