github.com/cucumber/godog
go
pkg:golang/github.com/cucumber/godog
29 Dependabot PRs
about 2 months ago
28 repositories
5 repositories
Recent PRs
chore(deps): bump github.com/cucumber/godog from 0.15.0 to 0.15.1
build(deps): bump github.com/cucumber/godog from 0.15.0 to 0.15.1
chore(deps): bump github.com/cucumber/godog from 0.15.0 to 0.15.1
build(deps): bump the all group in /acceptance with 25 updates
joejstuart/ec-cli #225
chore(deps): bump the go-dependencies group with 5 updates
Bump the dev-dependencies group with 3 updates
yandex/mysync #194
Bump the go-minor-and-patch group with 3 updates
stellar/system-test #138
Bump the minor-and-patch group across 2 directories with 2 updates
godaddy/asherah #1422
build(deps): bump github.com/cucumber/godog from 0.15.0 to 0.15.1
backup-blob/zfs-backup-blob #230
Bump github.com/cucumber/godog from 0.15.0 to 0.15.1
yandex/rdsync #183
gomod(deps): bump github.com/cucumber/godog from 0.15.0 to 0.15.1
kyma-project/istio #1536
build(deps): bump github.com/cucumber/godog from 0.15.0 to 0.15.1
crc-org/crc #4844
Bump github.com/cucumber/godog from 0.15.0 to 0.15.1 in /tests/suite
nhatthm/otelsql #359
Chore(deps): Bump github.com/cucumber/godog from 0.15.0 to 0.15.1
Bump github.com/cucumber/godog from 0.15.0 to 0.15.1
pg-sharding/spqr #1418
chore(deps): bump github.com/cucumber/godog from 0.15.0 to 0.15.1
gomod(deps): bump github.com/cucumber/godog from 0.15.0 to 0.15.1
kyma-project/api-gateway #2084
gomod(deps): bump github.com/cucumber/godog from 0.15.0 to 0.15.1
kyma-project/api-gateway #2083
Bump github.com/cucumber/godog from 0.15.0 to 0.15.1
raviqqe/aruba-go #70
Bump github.com/cucumber/godog from 0.15.0 to 0.15.1
hyperledger/fabric-gateway #869
Bump github.com/cucumber/godog from 0.15.0 to 0.15.1 in /rosetta
hiero-ledger/hiero-mirror-node #11612
chore(deps): bump github.com/cucumber/godog from 0.15.0 to 0.15.1
gotenberg/gotenberg #1279
Bump github.com/cucumber/godog from 0.13.0 to 0.14.0
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 |