Skip to content

Robot Framework example

The Robot Framework example in example/robotframework runs a test suite and post-processes the results with rebot.

Run locally

cd example/robotframework
python -m builddrone test
python -m builddrone cleanup

The test stage:

  1. Creates .venv and installs requirements.txt
  2. Runs robotframework.test, writing results/output.xml
  3. Runs robotframework.rebot, producing reports under results/rebot

The cleanup stage removes .venv and results.

Blueprint

See example/robotframework/blueprint.json in the repository.