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?

0
1 comment

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.

0

Please sign in to leave a comment.