1,7 КиБ
1,7 КиБ
Godog
Godog is an open source behavior-driven development framework for go programming language. What is behavior-driven development, you ask? It’s the idea that you start by writing human-readable sentences that describe a feature of your application and how it should work, and only then implement this behavior in software.
The project is inspired by behat and cucumber and is based on cucumber gherkin specification.
Install
go install github.com/DATA-DOG/godog/cmd/godog
Be aware that
The work is still in progress and is not functional yet, neither it is intended for production usage. The general public API may brake.
Documentation
See godoc and gherkin godoc. See .travis.yml for supported go versions.
License
All package dependencies are MIT or BSD licensed.
Godog is licensed under the three clause BSD license