Skip to content

Commit

Permalink
chore: Updating cucumberjs
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Nov 5, 2018
1 parent 9d3f6a3 commit 0b2eae0
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 35 deletions.
166 changes: 133 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "npm run tsc && jasmine JASMINE_CONFIG_PATH=jasmine.json",
"test:coverage": "npm run tsc && istanbul cover jasmine-runner.js",
"test-http-server": "node test/test-helper/start-test-server.js",
"e2e": "npm run tsc && node ./node_modules/cucumber/bin/cucumber.js test-e2e --require ./test-e2e/steps --tags \"not @cluster\"",
"e2e": "npm run tsc && cucumber-js test-e2e --require ./test-e2e/steps --tags \"not @cluster\" --retry --exit",
"e2e:rpc": "npm run e2e -- --tags \"not @cluster and @rpcs\"",
"e2e:event": "npm run e2e -- --tags \"not @cluster and @events\"",
"e2e:record": "npm run e2e -- --tags \"not @cluster and @records\"",
Expand Down Expand Up @@ -55,7 +55,7 @@
"async": "^2.6.1",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"cucumber": "https://github.com/deepstreamIO/cucumber-js.git",
"cucumber": "^5.0.2",
"deepstream.io-client-js": "https://github.com/deepstreamIO/deepstream.io-client-js.git#v4",
"istanbul": "^0.4.5",
"jasmine": "^3.3.0",
Expand Down

0 comments on commit 0b2eae0

Please sign in to comment.