robotframework-style-guide
robotframework-style-guide copied to clipboard
Rules for 'Run Keywords', 'AND', and 'Run Keyword'
Rules to describe:
- How many until new line?
- Run Keywords command and how many AND statements
- Passing in Keywords into Variables:
${kw_var} Set Variable Log To Console
Run Keyword ${kw_var} Hello World!
- best practice for using Run Keyword
Is this not already covered in https://docs.robotframework.org/docs/style_guide#line-continuation
Not covered in Line Continuation section, can be added under it as sub-section. Exception because of the AND statement.