DDana
DDana

Reputation: 117

IDE to recognize Cucumber steps in TypeScript format

Have tried to use WebStorm as IDE for developing cucumber-protractor tests. The problem is that when trying to create the steps I only get the option to create them in Cucumber JS. If put into a TypeScript file, the steps are executed via npm run e2e but in the WebStorm IDE these appear as not implemented.

Can this be done in WebStorm? Is there another tool to use? (eg: VS Code)

Upvotes: 0

Views: 261

Answers (2)

yassa
yassa

Reputation: 68

VSCode indeed supports it via the Cucumber (Gherkin) Full Support plugin.

Upvotes: 0

lena
lena

Reputation: 93848

Not currently supported:( Please vote for WEB-29665, WEB-22516 and linked tickets

Upvotes: 1

Related Questions