Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/data-dog/godog

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.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/data-dog/godog
Keywords: functional-testing, gherkin, golang, integration-testing
License: BSD-3-Clause
Latest release: 9 months ago
First release: almost 9 years ago
Namespace: github.com/data-dog
Stars: 1,919 on GitHub
Forks: 211 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://opencollective.com/cucumber
Last synced: 6 days ago

    Loading...
    Readme
    Loading...