We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727bb5a commit 7550f37Copy full SHA for 7550f37
CHANGELOG.md
@@ -0,0 +1,22 @@
1
+### 1.0.3
2
+
3
+- Addition of uniqueFileName (for parallel runs)
4
+- Removal of base64 dependency
5
6
+---
7
8
+### 1.0.2
9
10
+- Fix feature parsing when background isn't present
11
12
13
14
+### 1.0.1
15
16
+- Remove unnecessary files from npm package
17
18
19
20
+### 1.0.0
21
22
+- Initial release
package.json
@@ -1,6 +1,6 @@
{
"name": "codeceptjs-cucumber-json-reporter",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "CodeceptJS plugin to generate a cucumberjs json output",
"main": "index.js",
"scripts": {
0 commit comments