Pabot

Pabot

GitHub PabotLib Doc

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

Want to speed up your CI/CD pipeline? We optimized the Robot Framework Browser project by using Pabot for parallel execution and RF Logs for detailed result visualization. Learn how you can apply these strategies to your own projects and cut down testing time.

Read the full story