qitops 0.1.0

Software Quality Assurance CLI for API, Performance, Security, and Web Testing
Documentation
1
2
3
4
5
6
7
8
9
10
11
version: '3'

services:
  qitops:
    image: qitops/qitops:latest
    volumes:
      - ./tests/configs:/workspace/configs
      - ./results:/workspace/results
    environment:
      - LOG_LEVEL=info
    command: ["api", "-c", "/workspace/configs/api_test.json"]