【发布时间】:2018-09-25 15:14:18
【问题描述】:
我在使用 testcafe 进行测试时使用了这两个命令
set SELENIUM_SERVER=http://xxx:4447/wd/hub
testcafe selenium:"internet explorer" Test.js
如何重写它以通过节点和测试运行器运行它? IE。我想写这样的东西:
set SELENIUM_SERVER=http://xxx:4447/wd/hub
node tRunner.js selenium:"internet explorer"
在使用节点时无法弄清楚正确的顺序是什么。
【问题讨论】:
标签: node.js testing automated-tests e2e-testing testcafe