文件名称:grunt-webdriver-manager:管理Selenium和Webdriver的grunt和cli软件包下载
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-06 08:49:42
JavaScript
grunt-webdriver-manager 管理Selenium和Webdriver的grunt和cli软件包下载 入门 这个插件需要~0.4.0 如果您以前从未使用过 ,请务必查看《指南》,因为它说明了如何创建以及安装和使用Grunt插件。 熟悉该过程后,可以使用以下命令安装此插件: 插件安装完成后,可以使用以下JavaScript代码在您的Gruntfile中启用该插件: grunt . loadNpmTasks ( 'grunt-webdriver-manager' ) ; Web驱动程序管理器任务 使用grunt webdrivermanager命令运行此任务。 设定值 有许多可用的选项。 out_dir 类型: String默认值:“ ./ selenium” 文件下载存储路径。 例子: webdrivermanager: { out_dir : '
【文件预览】:
grunt-webdriver-manager-master
----.gitignore(143B)
----tasks()
--------index.js(1KB)
--------lib()
----README.md(2KB)
----.nvmrc(7B)
----.jscsrc(2KB)
----bin()
--------webdriver-manager(2KB)
----npm-shrinkwrap.json(23KB)
----tests()
--------updateSpec.js(3KB)
--------startSpec.js(0B)
--------optionsSpec.js(1KB)
----LICENSE(1KB)
----Gruntfile.js(543B)
----.jshintrc(2KB)
----package.json(888B)
----scripts()
--------npm_publish_tag.sh(201B)
----.npmignore(20B)
----.travis.yml(175B)
----.editorconfig(219B)