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
- Host: GitHub
- URL: https://github.com/beemi/golnag-ginkgo-tests
- Owner: beemi
- Created: 2023-03-08T22:18:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:23:22.000Z (over 2 years ago)
- Last Synced: 2023-12-15T06:37:00.104Z (over 2 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)