Skip to content

Commit

Permalink
feat(global): Isolate extensions and make it compatible with cumcumber 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bnadim committed Sep 6, 2017
1 parent 365a81b commit a899e70
Show file tree
Hide file tree
Showing 19 changed files with 731 additions and 615 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -3,7 +3,11 @@ node_js:
- '6'
- '7'
- '8'
env:
- CUMCUMBER_VERSION=2.x.x
- CUMCUMBER_VERSION=3.x.x
script:
- yarn add cucumber@${CUMCUMBER_VERSION}
- yarn run lint
- yarn run check-fmt
- yarn run test-cover
Expand Down
2 changes: 1 addition & 1 deletion examples/features/cli/yarn.feature
Expand Up @@ -10,4 +10,4 @@ Feature: yarn CLI
When I run command yarn --version
Then exit code should be 0
And stdout should match ^[0-9]{1}.[0-9]{1,3}.[0-9]{1,3}
And stderr should be empty
And stderr should be empty
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -40,7 +40,7 @@
"babylon": "^6.17.4",
"chalk": "^2.0.1",
"coveralls": "^2.13.1",
"cucumber": "^2.3.1",
"cucumber": "3.x.x",
"eslint": "^4.1.1",
"gh-pages": "^1.0.0",
"git-changelog": "^1.1.2",
Expand All @@ -55,7 +55,7 @@
"validate-commit-msg": "^2.12.2"
},
"peerDependencies": {
"cucumber": "^2.3.1"
"cucumber": ">=2.3.1 <4.0.0"
},
"scripts": {
"test": "jest --verbose",
Expand Down

0 comments on commit a899e70

Please sign in to comment.