Skip to content

yynice/gherkin-javascript

 
 

Repository files navigation

Build Status

Gherkin parser/compiler for JavaScript. Please see Gherkin for details.

Usage

const gherkin = require('gherkin')

const options = {
  includeSource: true,
  includeGherkinDocument: true,
  includePickles: true,
}
const stream = gherkin.fromPaths(['features/hello.feature'])

// Pipe the stream to another stream that can read messages.
stream.pipe(...)

About

Gherkin parser/compiler for JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Gherkin 42.4%
  • JavaScript 31.1%
  • Makefile 13.8%
  • Shell 6.5%
  • TypeScript 6.2%