Search code examples
typescriptprotractorwebstormcucumberjs

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)


Solution

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