Cucumber + WebdriverIo configuration support
Hi,
I have a problem with running tests in Cucumber/Wdio/Appium using IDE. From command line npx wdio
works, but from UI steps are not found.
Which option should I choose and how can I configure Run/Debug Configuration Templates window?

请先登录再写评论。
Unfortunately WebStorm doesn't provide any official support for running webdriverIO tests. There is a third-party WebdriverIO plugin, but it looks like it only supports Mocha.
So I can only suggest using the Node.js run configuration, or run
wdio
with the NPM script.