How to get wdio running through IntelliJ run/debug configurations?
问题 I can run the tests from the command line using > ./node_modules/.bin/wdio wdio.conf.js But if I try to run this from IntelliJ's run/debug configuration I get various different errors. Featurefile or directory: /path_to_my_feature_file/myfeature.feature Cucumber.js arguments: wdio.conf.js Executable path: /path_to_my_project/node_modules/.bin/wdio gives me more than one config file specified If I remove the Cucumber Arguments, it just runs indefinitely. If I stop it running I get the error