文件名称:gherking:用于Gherkin功能文件的简单预处理器
文件大小:49KB
文件格式:ZIP
更新时间:2024-06-06 03:47:36
JavaScript
小Cucumber预编译器 用于Gherkin功能文件的简单预编译器。 它是基于AST的,由。 用法 'use strict' ; const compiler = require ( 'gherkin-precompiler' ) ; let ast = compiler . load ( './features/src/login.feature' ) ; ast = compiler . process ( ast , new compiler . builtIn . Replacer ( { name : 'Hello' } ) ) ; compiler . save ( './features/dist/login.feature' , ast , { lineBreak : '\r\n' } ) ; 内置的预编译器 使用户可
【文件预览】:
gherking-master
----.travis.yml(117B)
----bin()
--------precompiler.js(65B)
----package.json(2KB)
----test()
--------cli.spec.js(5KB)
--------data()
--------index.spec.js(17KB)
--------builtIn()
--------gulp.spec.js(4KB)
----gulp()
--------index.js(1KB)
--------compiler.js(713B)
----LICENSE(1KB)
----.npmignore(53B)
----.gitignore(66B)
----CHANGELOG.md(2KB)
----lib()
--------index.js(2KB)
--------builtIn()
--------PreCompiler.js(9KB)
--------cli.js(5KB)
--------DefaultConfig.js(9KB)
----CODE_OF_CONDUCT.md(3KB)
----README.md(9KB)
----.gitattributes(35B)