gulp-protractor:gulp包装器,用于量角器测试

时间:2024-03-26 03:39:43
【文件属性】:

文件名称:gulp-protractor:gulp包装器,用于量角器测试

文件大小:15KB

文件格式:ZIP

更新时间:2024-03-26 03:39:43

JavaScript

量角器 用运行测试 用法 首先,安装gulp-protractor作为开发依赖项: npm install --save-dev gulp-protractor 然后,将其添加到您的gulpfile.js : var protractor = require ( "gulp-protractor" ) . protractor ; gulp . src ( [ "./src/tests/*.js" ] ) . pipe ( protractor ( { configFile : "test/protractor.config.js" , args : [ '--baseUrl' , 'http://127.0.0.1:8000' , '--suite' , 'login' ,


【文件预览】:
gulp-protractor-master
----.travis.yml(246B)
----example()
--------Gulpfile.js(925B)
--------package.json(235B)
--------protractor.conf.js(694B)
--------example_spec.js(1003B)
----index.js(3KB)
----package.json(1KB)
----test()
--------main.js(5KB)
--------fixtures()
----LICENSE(1KB)
----.gitignore(30B)
----CHANGELOG.md(842B)
----README.md(5KB)
----.jshintrc(633B)
----example_2()
--------Gulpfile.js(1KB)
--------package.json(464B)
--------protractor.conf.js(552B)
--------tests()
--------build()
----.editorconfig(293B)
----.gitattributes(12B)

网友评论