godog/gherkin/README.md
2015-06-23 14:10:04 +03:00

1,1 КиБ

Build Status GoDoc

Gherkin Parser for GO

Package gherkin is a gherkin language parser based on specification specification. It parses a feature file into the it's structural representation. It also creates an AST tree of gherkin Tokens read from the file.

With gherkin language you can describe your application behavior as features in human-readable and machine friendly language.

Documentation

See godoc.

The public API is stable enough, but it may break until 1.0.0 version, see godog --version.

Has no external dependencies.

License

Licensed under the three clause BSD license