如何为CodeceptJS的量角器助手运行单元测试?

时间:2019-01-14 10:18:46

标签: javascript unit-testing protractor mocha codeceptjs

我克隆了CodeceptJS代码,然后跟随Contributing 为CodeceptJS的量角器助手运行单元测试:

git clone https://github.com/Codeception/CodeceptJS.git
cd CodeceptJS
npm i
npm i -g webdriver-manager
webdriver-manager update
webdriver-manager start
npm i -g mocha
mocha test\helper\Protractor_test.js

经过长时间的等待,我得到了以下结果: enter image description here

请帮助, 谢谢!

0 个答案:

没有答案