NAME
gherkin - Parser of documents in the Gherkin language
SYNOPSIS
gherkin [options] file...
gherkin --help
DESCRIPTION
gherkin
accepts a series of filenames to parse. It outputs a series of ndjson formatted messages containing the source document, parsed document (AST) and pickles as specified at https://github.com/cucumber/messages/blob/main/messages.md.
OPTIONS
The following options are supported:
--no-source Do not include the feature file source in output
--no-ast Do not include the AST (parsed source) in output
--no-pickles Do not include pickles (expanded scenarios) in output
--predictable-ids Generate IDs from a sequence instead of random UUIDs
--help Print this usage message