Pabot

Pabot

GitHub

A parallel executor for Robot Framework tests. Split one execution into multiple and save test execution time.

Install
pip install -U robotframework-pabot

Example

> pabot suites

VS.

> pabot --testlevelsplit suites

VS.

> robot suites

.
o-- suites
    |
    o-- suite1.robot
    |   |
    |   o-- Test 1
    |   |
    |   o-- Test 2
    |
    o-- suite2.robot
        |
        o-- Test 3
        |
        o-- Test 4