An open API service indexing awesome lists of open source software.

https://github.com/sr2ds/scanapi-docker

ScanApi Integration Tests - Run in docker container mode easy
https://github.com/sr2ds/scanapi-docker

Last synced: 4 months ago
JSON representation

ScanApi Integration Tests - Run in docker container mode easy

Awesome Lists containing this project

README

          

# ScanApi in Docker

This is a simple implementation to run ScanApi in docker container without run python pip in your machine.

## ScanAPI

Automated Integration Testing and Live Documentation for your API
https://scanapi.dev/docs.html

# To run

1. Clone this Repository;
2. Set your `.env` file;
3. Write your tests in `scanapi/scanapi.yml`
4. Run docker build with `docker-compose up`
5. Get output in `output/report.html`