Skip to content

Commit 38fe117

Browse files
committed
updated readme
1 parent 349faeb commit 38fe117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Handles merging of reports out of the box and provides a consolidated JSON Repo
1212
# Installation
1313

1414
```
15-
npm install wdio-cucumber-parallel-execution
15+
npm install wdio-cucumber-parallel-execution --save-dev
1616
```
1717

1818
# Architectural View

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wdio-cucumber-parallel-execution",
3-
"version": "3.6.10",
3+
"version": "3.6.11",
44
"description": "WebdriverIO Package to execute Cucumber scenarios in parallel",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)