我运行npm install gulp-protractor --save-dev在我的项目中安装protractor及其要求。
根据这个文档(https://github.com/mllrsohn/gulp-protractor),我应该找到'./node_modules/protractor/selenium/selenium-server-standalone-2.45.0.jar'。但是在我安装了所有东西之后,那个selenium-server-standalone-xxx.jar文件就找不到了。即使在我运行npm install protractor之后,它也没有出现。
这是我在node_modules/protractor上的文件

这里我漏掉了什么?我使用Linux Ubuntu 16.04,node 6.9.1(通过nvm)
发布于 2016-12-02 12:18:23
您需要安装need驱动程序,您可以从此链接https://github.com/angular/protractor#appendix-a-setting-up-a-standalone-selenium-server中找到说明
https://stackoverflow.com/questions/40923375
复制相似问题