Skip to content

Commit 6ad0993

Browse files
Bump version
1 parent 173f63f commit 6ad0993

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 1.0.8
2+
3+
- Capture descriptions written at the Scenario / Scenario Outline Level [PR #6](https://github.com/ktryniszewski-mdsol/codeceptjs-cucumber-json-reporter/pull/6)
4+
5+
---
6+
17
### 1.0.7
28

39
- Fix to address multiple example tables in scenario outlines [PR #5](https://github.com/ktryniszewski-mdsol/codeceptjs-cucumber-json-reporter/pull/5)

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ plugins: {
4848
When the plugin is installed and configured, run it as you would normally run any other CodeceptJS plugin:
4949

5050
```
51-
npx codeceptjs run --plugins cucumberReporter
51+
npx codeceptjs run --plugins cucumberJsonReporter
5252
```
5353

5454
The plugin parses the BDD feature file before the start of each feature and generates the report structure. Once the test starts, it uses event listeners to add runtime data such as step status (pass/fail), screenshot embeddings, comment embeddings, and errors.

Diff for: package.json

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

0 commit comments

Comments
 (0)