Robot Framework Tidy

4.18.0 · deprecated · verified Wed Apr 15

Robotidy is an autoformatter for Robot Framework code, serving as the spiritual successor to Robot Framework's built-in `robot.tidy` tool. Currently at version 4.18.0, it aims to standardize code appearance across projects. While it receives regular updates, the standalone version has been deprecated since 4.17.0 in favor of its integration into Robocop 6.0+.

Warnings

Install

Quickstart

Formats all Robot Framework files recursively in the current directory, overwriting them. For specific files or directories, replace '.' with the target paths (e.g., `robotidy tests/ test.robot`).

robotidy .

view raw JSON →