godog/gherkin
2015-06-23 14:10:04 +03:00
..
feature_test.go simplify gherkin ast, since it is only one level deep token list 2015-06-19 09:37:32 +03:00
gherkin.go support scenario outline with example table 2015-06-22 17:23:10 +03:00
lexer.go support scenario outline with example table 2015-06-22 17:23:10 +03:00
lexer_test.go more error details, refactor arguments to interface type 2015-06-17 14:46:15 +03:00
LICENSE separate readme and license copy for gherkin package 2015-06-11 10:23:38 +03:00
parse_test.go simplify gherkin ast, since it is only one level deep token list 2015-06-19 09:37:32 +03:00
README.md update installation details in readme 2015-06-23 14:10:04 +03:00
scenario_test.go support scenario outline with example table 2015-06-22 17:23:10 +03:00
steps_test.go simplify gherkin ast, since it is only one level deep token list 2015-06-19 09:37:32 +03:00
token.go support scenario outline with example table 2015-06-22 17:23:10 +03:00
util_test.go golang 1.5 reference compat issue 2015-06-10 14:28:56 +03:00

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