Service for training API autotest development skills.
See GitHub repository for more documentation.
docker pull touchbit/automatron:latest
docker run -p 8080:8080 -p 9092:9092 touchbit/automatron:latest
# press Cmd+С to stop executionDownload docker-compose.yml
file or create
with the following content
version: "3.9"
services:
automatron:
image: touchbit/automatron:latest
ports:
- "8080:8080"
- "9092:9092"Service start
docker-compose pull # get latest version
docker-compose up # run automatron
# press Cmd+С to stop execution


