Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.03 KB

In order to run

GitHub Workflow Status CodeFactor codecov

Docker Compose

  1. Open terminal and run docker compose up
  2. Import ./postman.json in Postman.
  3. Run the collection runner.

Minikube

  1. Open terminal and run helm dependencies build ./helm
  2. Once build then run helm install <your release name> ./helm
  3. Once the pods are ready then run minikube service <your release name> --url to get the url
  4. Import ./postman.json in Postman.
  5. Update the ENDPOINT variable from the collection variable section.
  6. Run the collection runner