Skip to content

Files

Latest commit

author
Yogi Is Ariyanto
Mar 16, 2023
0fda7ee · Mar 16, 2023

History

History
51 lines (35 loc) · 1.13 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.13 KB

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.