@devniel/gherkin
TypeScript icon, indicating that this package has built-in type declarations

6.0.17-2 • Public • Published

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(...)

Readme

Keywords

Package Sidebar

Install

npm i @devniel/gherkin

Weekly Downloads

2

Version

6.0.17-2

License

MIT

Unpacked Size

81 MB

Total Files

40

Last publish

Collaborators

  • devniel