From c93a4ce73986c57203d0c3cedd9cec35a0bfc593 Mon Sep 17 00:00:00 2001 From: Maksym Kryvchun Date: Tue, 22 Mar 2022 17:28:15 +0200 Subject: [PATCH] Adding gherkingen (#4116) * Add gherkingen to list of testing fraemworks * Fix alphabetical order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f38cf3b1..f9e4c760 100644 --- a/README.md +++ b/README.md @@ -2101,6 +2101,7 @@ _Libraries for testing codebases and generating test data._ - [fixenv](https://github.com/rekby/fixenv) - Fixture manage engine, inspired by pytest fixtures. - [flute](https://github.com/suzuki-shunsuke/flute) - HTTP client testing framework. - [frisby](https://github.com/verdverm/frisby) - REST API testing framework. + - [gherkingen](https://github.com/hedhyw/gherkingen) - BDD boilerplate generator and framework. - [ginkgo](https://onsi.github.io/ginkgo/) - BDD Testing Framework for Go. - [gnomock](https://github.com/orlangure/gnomock) - integration testing with real dependencies (database, cache, even Kubernetes or AWS) running in Docker, without mocks. - [go-carpet](https://github.com/msoap/go-carpet) - Tool for viewing test coverage in terminal.