文件名称:protractor-cucumber-framework:用于Protractor的Cucumber框架插件
文件大小:228KB
文件格式:ZIP
更新时间:2024-02-20 03:25:07
angular protractor cucumber protractor-cucumber-framework AngularJavaScript
量角器Cucumber框架 该框架原本的一部分,现在是一个独立的模块来解耦 。 安装 npm install --save-dev protractor-cucumber-framework 实作 要实现此框架,请利用protractor自定义框架config选项: exports . config = { // set to "custom" instead of cucumber. framework : 'custom' , // path relative to the current config file frameworkPath : require . resolve ( 'protractor-cucumber-framework' ) , // require feature files specs : [ 'path/to/feature/files/**/*.feature' // accepts a glob ] , cucumberOpts : { // require step definitions
【文件预览】:
protractor-cucumber-framework-master
----.eslintrc(458B)
----lib()
--------runState.js(213B)
--------cucumberLoader.js(904B)
--------resultsCapturer.js(8KB)
----.npmignore(93B)
----logging.properties(60B)
----.travis.yml(385B)
----LICENSE(1KB)
----test()
--------fail-beforeall.spec.js(425B)
--------cucumber()
--------tags.spec.js(2KB)
--------multidep.js(326B)
--------.eslintrc(142B)
--------uncaught-exceptions.spec.js(886B)
--------cucumber4.spec.js(432B)
--------output-files.spec.js(3KB)
--------cucumber2.spec.js(952B)
--------source-location.spec.js(3KB)
--------rerun.spec.js(379B)
--------cucumber1.spec.js(2KB)
--------cucumber6.spec.js(432B)
--------restart-browser.spec.js(3KB)
--------progress.spec.js(1KB)
--------cucumber3.spec.js(686B)
--------testapp()
--------cucumber5.spec.js(432B)
--------ambiguous-steps.spec.js(360B)
--------test_util.js(8KB)
----README.md(5KB)
----.gitignore(86B)
----index.js(5KB)
----.eslintignore(25B)
----package-lock.json(98KB)
----package.json(3KB)
----.nvmrc(2B)