gobdd
BDD tester
A BDD testing framework for Go that uses the gherkin syntax and aims to provide more flexibility and customization than existing alternatives.
BDD framework
115 stars
11 watching
19 forks
Language: Go
last commit: about 2 months ago
Linked from 1 awesome list
bddgherkingogolanghacktoberfesttests
Related projects:
Repository | Description | Stars |
---|---|---|
hedhyw/gherkingen | Generates test boilerplate from Cucumber/Gherkin feature files for Golang applications. | 77 |
corbym/gogiven | Generates readable test output from Go code | 15 |
corbym/htmlspec | Generates HTML output for BDD testing frameworks in Go | 1 |
stesla/gospecify | Provides a BDD syntax for testing Go code in a familiar style to rspec. | 52 |
testdrivenio/django-aloe-bdd | An implementation of Behavior-Driven Development with Django and Aloe | 43 |
maargenton/go-testpredicate | A comprehensive assertions library with diagnostic output for unit testing in Go. | 5 |
bitfield/gotestdox | Formats Go test results as readable documentation | 121 |
teststack/teststack.bddfy | A BDD framework that supports C# POcos and integrates with various testing frameworks. | 419 |
earthboundkid/be | A testing library with generic assertions and helpers for Go tests | 102 |
go-testfixtures/testfixtures | A tool for writing functional tests against real databases in Go applications. | 1,116 |
marvinjwendt/testza | A comprehensive testing framework for Go, providing features for assertions, fuzzing, output capture, and more. | 418 |
eun/go-hit | An HTTP integration testing framework written in Go. | 255 |
adamluzsi/testcase | Tooling to apply BDD testing conventions | 121 |
vitalets/playwright-bdd | A tool to run BDD tests with Playwright runner | 314 |
go-gremlins/gremlins | A tool to verify test quality by randomly introducing changes into the code tested and determining if those changes are caught by tests | 198 |