pickled-cucumber:带有一些额外口味的Cucumber.js:cucumber:

时间:2024-04-28 16:55:10
【文件属性】:

文件名称:pickled-cucumber:带有一些额外口味的Cucumber.js:cucumber:

文件大小:65KB

文件格式:ZIP

更新时间:2024-04-28 16:55:10

TypeScript

腌Cucumber 描述 腌Cucumber是一种小Cucumber的调味品,有多种调味品。 安装 npm i pickled-cucumber 用法 const setup = require ( 'pickled-cucumber' ) . default ; // note: `.default` here! const options = { // opt-in into aliases, entities, documentation, etc. } ; const fn = ( { Given , When , Then } ) => { // define your steps here } ; setup ( fn , options ) ; 在最基本的用法中,您需要做的就是定义Cucumber步骤。 除了“ Given ,“ When和“ Then之外,您还有其


【文件预览】:
pickled-cucumber-master
----.gitignore(17B)
----package.json(1KB)
----tslint.json(977B)
----package-lock.json(34KB)
----src()
--------compare-json.ts(976B)
--------http()
--------entities()
--------aliases()
--------require.ts(683B)
--------debug()
--------test.ts(6KB)
--------steps()
--------operators()
--------context.ts(483B)
--------index.ts(4KB)
--------util.ts(3KB)
--------misc()
--------types.ts(1KB)
----.travis.yml(191B)
----LICENSE(1KB)
----CHANGELOG.md(1KB)
----tsconfig.json(399B)
----scripts()
--------publish.sh(191B)
--------test.sh(690B)
----README.md(12KB)
----docs()
--------entities.md(7KB)
----features()
--------http()
--------entities()
--------on-tear-down.feature(480B)
--------aliases.feature(183B)
--------operators()
--------initial-context.feature(282B)
--------misc()
----docker()
--------Dockerfile(423B)
--------wait.sh(291B)
--------docker-compose.yml(427B)

网友评论