We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b3430 commit 44b4690Copy full SHA for 44b4690
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 1.0.12
2
+
3
+- Fix for background usage in codecept v3.4.1 [PR #10](https://github.com/ktryniszewski-mdsol/codeceptjs-cucumber-json-reporter/pull/10)
4
5
+---
6
7
### 1.0.11
8
9
- More fixes for Codeceptjs >= 3.4.0
package.json
@@ -1,6 +1,6 @@
{
"name": "codeceptjs-cucumber-json-reporter",
- "version": "1.0.11",
+ "version": "1.0.12",
"description": "CodeceptJS plugin to generate a cucumberjs json output",
"main": "index.js",
"scripts": {
0 commit comments