robotframework-tidy icon indicating copy to clipboard operation
robotframework-tidy copied to clipboard

Enhancement request: RenameTestCases and RenameKeywords transformers to detect camelCase names.

Open fialsha opened this issue 1 year ago • 1 comments

Enhancement request: RenameTestCases and RenameKeywords transformers to detect camelCase names.

MyNewKeyword and MyNewTest should be reformatted to My New Keyword and My New Test.

(Similar functionality already exists in RenameVariables transformer.)

fialsha avatar Apr 26 '24 09:04 fialsha

It can be added, with convert_camel_case parameter (but set to False by default as it would be unexpected change for most, especially for test cases).

bhirsz avatar Apr 26 '24 09:04 bhirsz