github.com/cucumber/godog
go
pkg:golang/github.com/cucumber/godog
29 Dependabot PRs
about 2 months ago
28 repositories
5 repositories
Recent PRs (filtered by: Closed , Patch PRs )
Bump github.com/cucumber/godog from 0.12.5 to 0.12.6 in /hedera-mirror-rosetta
xin-hedera/hedera-mirror-node #140
Package Details
| Name: | github.com/cucumber/godog |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/cucumber/godog |
| JSON API: | View JSON |
Package Information
Package godog is the official Cucumber BDD framework for Golang, it merges specification and test documentation into one cohesive whole. Godog does not intervene with the standard "go test" command and it's behavior. You can leverage both frameworks to functionally test your application while maintaining all test related source code in *_test.go files. Godog acts similar compared to go test command. It uses go compiler and linker tool in order to produce test executable. Godog contexts needs to be exported same as Test functions for go test. For example, imagine you're about to create the famous UNIX ls command. Before you begin, you describe how the feature should work, see the example below.. Example: Now, wouldn't it be cool if something could read this sentence and use it to actually run a test against the ls command? Hey, that's exactly what this package does! As you'll see, Godog is easy to learn, quick to use, and will put the fun back into tests. Godog was inspired by Behat and Cucumber the above description is taken from it's documentation.
| Repository: | https://github.com/cucumber/godog |
| Homepage: | https://github.com/cucumber/godog |
| Latest Release: |
v0.15.1
4 months ago |
| Dependent Repos: | 1,813 |
| Dependent Packages: | 692 |
| Ranking: | Top 0.1926% by dependent repos Top 0.1599% by dependent pkgs |