Skip to content

Commit

Permalink
feat(cucumber): support @cucumber/cucumber@11 (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugzuzg authored Jan 22, 2025
1 parent c504a9f commit 5c38927
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions plugins/node/instrumentation-cucumber/.tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
mode: latest-minors
node: '>=18'
commands: npm test
- versions:
include: '^11.0.0'
mode: latest-minors
node: '>=18'
commands: npm test
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type Cucumber = typeof cucumber;
type Hook = (typeof hooks)[number];
type Step = (typeof steps)[number];

const supportedVersions = ['>=8.0.0 <11'];
const supportedVersions = ['>=8.0.0 <12'];

export class CucumberInstrumentation extends InstrumentationBase<CucumberInstrumentationConfig> {
private module: Cucumber | undefined;
Expand Down

0 comments on commit 5c38927

Please sign in to comment.