我从github(https://github.com/angular/protractor)
克隆了量角器代码有没有办法从源代码运行代码?总是提到使用“npm install”安装量角器的文档,但我想运行最新的代码。
有一种简单的方法吗?
答案 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