- Install Golang
- Install Node.js and npm
- Godog https://github.com/cucumber/godog
- Testify https://github.com/stretchr/testify
- JSON Path https://github.com/oliveagle/jsonpath
- GoJSON Schema https://github.com/xeipuuv/gojsonschema
- Golang version
v1.20.1
- Node version
v14.19.3
- NPM
6.14.17
- Godog version
0.12.6
- Testify version
v1.8.2
- GoJSON Shcema
v1.20
$ cd [project]
$ npm install
$ mkdir report
$ cp env.sample .env
- https://golang-api-automation-production.up.railway.app (if it doesn't mean I have turned off the service)
You can specify the command that you want to run.
$ go test | to run test
$ node index.js | to generate report html
Contributions are welcome, feel free to submit pull requests or open issues for discussion.
[email protected] - Feel free to email me with any questions or suggestions.