An open index of dependabot pull requests across open source projects.

github.com/cucumber/godog

Ecosystem:
go
Package URL:
pkg:golang/github.com/cucumber/godog
Total PRs:
29 Dependabot PRs
Latest PR:
about 2 months ago
Unique Repositories:
28 repositories
Unique Repos (30 days):
5 repositories
Recent PRs
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
Description:

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
PR Status
Open 18 (62.1%)
Merged 10 (34.5%)
Closed 1 (3.4%)
PR Types
Minor 3 (10.3%)
Patch 26 (89.7%)