在WebStorm中运行TestCafe我需要什么配置

时间:2018-10-23 08:14:02

标签: configuration webstorm testcafe

我想使用WebStorm运行/调试TestCafe测试。有没有人 建议的配置,我需要这样做吗?

https://i.stack.imgur.com/7nHP8.png

1 个答案:

答案 0 :(得分:4)

WebStorm对TestCafe不提供任何特殊支持(如果错过了,请投票给WEB-30315);但是您可以使用VS Code instructions在WebStorm中运行/调试。即,您需要Node.js运行如下配置:

enter image description here

其中 JavaScript文件设置为本地安装的testcafe模块的路径,例如node_modules\testcafe\bin\testcafe.js应用程序参数:testcafe cli args,例如chrome myTestFile.js