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
- Host: GitHub
- URL: https://github.com/sr2ds/scanapi-docker
- Owner: sr2ds
- Created: 2022-04-08T14:18:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T18:22:57.000Z (about 4 years ago)
- Last Synced: 2025-07-11T06:43:29.221Z (12 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`