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:
- Creates
.venvand installsrequirements.txt - Runs
robotframework.test, writingresults/output.xml - Runs
robotframework.rebot, producing reports underresults/rebot
The cleanup stage removes .venv and results.
Blueprint¶
See example/robotframework/blueprint.json
in the repository.