Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading