Skip to content

yogiis/golang-api-automation

Repository files navigation

Boilerplate API Automation Testing with Golang

Prerequisites

Tested on

  • 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

How to Getting Started

$ cd [project]
$ npm install
$ mkdir report
$ cp env.sample .env

Own Service

Run the test

You can specify the command that you want to run.

Here are our default commands
$ go test                                         | to run test
$ node index.js                                   | to generate report html

Contribution

Contributions are welcome, feel free to submit pull requests or open issues for discussion.

Contact

[email protected] - Feel free to email me with any questions or suggestions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published