如何从源代码运行量角器

时间:2014-02-18 20:19:56

标签: protractor

我从github(https://github.com/angular/protractor

克隆了量角器代码

有没有办法从源代码运行代码?总是提到使用“npm install”安装量角器的文档,但我想运行最新的代码。

有一种简单的方法吗?

1 个答案:

答案 0 :(得分:0)

在此上下文中,

npm install用于安装量角器的本地依赖项。

您只需在bin文件夹中运行protractor脚本即可。

git clone https://github.com/angular/protractor.git
cd protractor 
npm install

cd bin/
./protractor /path/to/e2e/e2e-conf.js