Skip to content

Overview

The OpenTestFactory orchestrator is the central element of your testing factory. It receives commands from users, continuous integration toolchains, and test management systems. It handles communication with execution environments and reports managers.

graph LR
    User --> B
    C[CI] --> B
    A[Test Management System] <-.-> B(Orchestrator)
    B --> R[Reports manager]
    B --> D[Execution Environment]
    B --> E[Execution Environment]
    B --> F[Execution Environment]
    D -.-> G[(Git repositories)]
    E -.-> G
    F -.-> G
    A -.-> G
    B --> S[(Settings)]
    style B fill:#eaa07b