我克隆了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
请帮助, 谢谢!