Skip to content

Commit 98aa64e

Browse files
runnerdaveigniteram
authored andcommitted
support for cucumber 4 and all up-to-date related libraries (#43)
1 parent 24b103a commit 98aa64e

File tree

3 files changed

+1890
-12
lines changed

3 files changed

+1890
-12
lines changed

config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const config: Config = {
3131
cucumberOpts: {
3232
compiler: "ts:ts-node/register",
3333
format: "json:./reports/json/cucumber_report.json",
34-
require: ["../../stepdefinitions/*.ts", "../../support/*.ts"],
34+
require: ["../../typeScript/stepdefinitions/*.js", "../../typeScript/support/*.js"],
3535
strict: true,
3636
tags: "@TypeScriptScenario or @CucumberScenario or @ProtractorScenario",
3737
},

0 commit comments

Comments
 (0)