Skip to content

Commit

Permalink
chore(deps): upgrade cucumber v8
Browse files Browse the repository at this point in the history
  • Loading branch information
tduyng2 committed May 23, 2022
1 parent be42561 commit 163ea41
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 167 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@commitlint/config-conventional": "12.x",
"@cucumber/cucumber": "7.x",
"@cucumber/cucumber": "8.x",
"babylon": "6.x",
"chalk": "4.x",
"commitlint": "12.x",
Expand All @@ -64,7 +64,7 @@
"sinon": "11.x"
},
"peerDependencies": {
"@cucumber/cucumber": ">=7.0.0"
"@cucumber/cucumber": ">=8.0.0"
},
"scripts": {
"test": "jest --verbose --colors tests",
Expand Down
2 changes: 2 additions & 0 deletions src/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ exports.run = async (argv) => {
argv: cucumberArgs,
cwd: process.cwd(),
stdout: process.stdout,
stderr: process.stderr,
env: process.env,
}).run()

process.exit(result.success ? 0 : 1)
Expand Down

0 comments on commit 163ea41

Please sign in to comment.