Skip to content

Commit

Permalink
Merge pull request #76 from ekino/cucumber-8-compatibility
Browse files Browse the repository at this point in the history
Cucumber 8 compatibility
  • Loading branch information
Crow-EH authored Nov 1, 2021
2 parents 9e1f366 + c3dba4c commit 06b563e
Show file tree
Hide file tree
Showing 7 changed files with 1,619 additions and 905 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
cucumber-version: [7.x]
cucumber-version: [7.x, 8.x]

steps:
- uses: actions/checkout@v2
Expand Down
55 changes: 0 additions & 55 deletions .yarn/releases/yarn-2.4.2.cjs

This file was deleted.

768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-2.4.2.cjs
yarnPath: .yarn/releases/yarn-3.1.0.cjs
Empty file modified bin/veggies.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/cli/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const arg = require('arg')
const CucumberCli = require('@cucumber/cucumber/lib/cli').default
const CucumberCli = require('@cucumber/cucumber/lib/cli/index').default

const veggiesArgsDefinitions = {
'--cleanSnapshots': Boolean,
Expand Down
1,695 changes: 848 additions & 847 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 06b563e

Please sign in to comment.