An open API service indexing awesome lists of open source software.

https://github.com/beemi/golnag-ginkgo-tests

Golang API tests using Ginkgo & Gomega
https://github.com/beemi/golnag-ginkgo-tests

Last synced: 10 months ago
JSON representation

Golang API tests using Ginkgo & Gomega

Awesome Lists containing this project

README

          

# golang ginkgo gomega API testing

This repository contains a simple example of how to use ginkgo and gomega to test an API.

```bash
go get github.com/onsi/gomega
```

```bash
go get github.com/onsi/ginkgo/ginkgo
```

```bash
brew install --cask gingko
```

## Other tools
https://transform.tools/json-to-go

# :e-mail: Contact
Owner: [beemi.raja@gmail.com](beemi.raja@gmail.com)