Robotidy documentation¶
Introduction¶
Robotidy is a tool for autoformatting Robot Framework code.
It is spiritual descendant of Robot Framework’s internal robot.tidy package.
Requirements¶
Python 3.7+ and Robot Framework 4.0.0+.
Installation¶
You can install Robotidy simply by running:
pip install robotframework-tidy
Usage¶
Call robotidy with path(s) to file/directory with robot files:
robotidy tests
robotidy test.robot
robotidy tests/resources test.robot
All command line options can be displayed in help message by executing:
robotidy --help
Start with Quickstart to see how you can use the tool. You can also navigate to Transformers or Configuration to read more.