Categorygithub.com/yogiis/golang-api-automation
repositorypackage
0.0.0-20230923165909-37305693db39
Repository: https://github.com/yogiis/golang-api-automation.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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.