robotframework-tidy
robotframework-tidy copied to clipboard
Robot Framework code formatter
Following up on #711, I notice that RenameVariables works on keyword also applies to arguments (which is what I was looking for), but does not update the instances where these...
Following up on #711 and #712, I am surprised that RenameVariables capitalizes the [placeholder when using keywords with embedded arguments as template.](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#templates-with-embedded-arguments) I don't think this is a good idea,...
When all the Test Case of a Test Suite share the same [Tags], the related tag have to be move in the "Test Tags" section of the test suite. **Example...