标签: jasmine mocha webstorm webdriver-io
以下是我在Webstorm中设置配置的方法,但它不起作用。
Edit configuration
这是一个错误,它只是表明它正在执行conf文件,但实际上它不再继续,我必须强制终止它。
execution is stuck
答案 0 :(得分:1)
WebStorm doesn't provide any special support for wdio test runner and wdio-mocha-framework/wdio-jasmine-framework frameworks. But you can still run/debug the tests using Node.js run configuration like the follows:
wdio
wdio-mocha-framework
wdio-jasmine-framework