touchbit/automatron

By touchbit

Updated over 4 years ago

Service for training API autotest development skills.

Image
0

181

touchbit/automatron repository overview

Automatron

Service for training API autotest development skills.
See GitHub repository for more documentation.

Docker run

docker pull touchbit/automatron:latest
docker run -p 8080:8080 -p 9092:9092 touchbit/automatron:latest
# press Cmd+С to stop execution

Docker-compose run

Download 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

Examples

Root page ⇲

Swagger doc ⇲

DB UI Console ⇲

Admin UI ⇲

Tag summary

Content type

Image

Digest

Size

2.3 GB

Last updated

over 4 years ago

docker pull touchbit/automatron