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 349faeb commit 38fe117Copy full SHA for 38fe117
README.md
@@ -12,7 +12,7 @@ Handles merging of reports out of the box and provides a consolidated JSON Repo
12
# Installation
13
14
```
15
-npm install wdio-cucumber-parallel-execution
+npm install wdio-cucumber-parallel-execution --save-dev
16
17
18
# Architectural View
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wdio-cucumber-parallel-execution",
3
- "version": "3.6.10",
+ "version": "3.6.11",
4
"description": "WebdriverIO Package to execute Cucumber scenarios in parallel",
5
"main": "index.js",
6
"scripts": {
0 commit comments