Robotbatch
Split Robot Framework test suites into batches for parallel execution.
Install / Use
/learn @jstaffans/RobotbatchREADME
robot-batch
Splits Robot Framework test suites into batches for parallel execution.
Suites are split empirically according to their durations. Test suite durations are gathered from the robot_results.xml files of a previous test run.
Usage: robotbatch.py <number of batches> <output dir> <input xml file> ...
Where:
output dir = parent directory of Robot test suites.
input xml file = Robot result XML file. You can enter as many files as you want.
Suites are assigned to batches called Batch1, Batch2 and so on. The assignment happens through a Force Tags setting in the suite's __init__.txt file. The CI environment can then be set up with multiple jobs, each one executing the tests belonging to a certain batch in parallel.
Note that only top level suites are processed. If you have a test suite layout like this:
PersonTests
PersonTests/List
CalendarTests
Then there would be two suites that can be split into batches (PersonTests and CalendarTests). PersonTests/__init__.txt and CalendarTests/__init__.txt would be updated.
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
