如何在nodejs中安装gulp-protractor并设置独立的selenium服务器?

时间:2016-12-02 01:33:19

标签: node.js selenium gulp-protractor

我运行npm install gulp-protractor --save-dev在我的项目中安装量角器及其要求。

根据此文档(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

的文件

enter image description here

我在这里缺少什么? 我使用Linux Ubuntu 16.04,节点6.9.1(通过nvm)

1 个答案:

答案 0 :(得分:0)

您需要安装webdriver,您可以从此链接中找到说明 https://github.com/angular/protractor#appendix-a-setting-up-a-standalone-selenium-server