MarketSquare / MarketSquare/robotframework-style-guide
Rules for 'Run Keywords', 'AND', and 'Run Keyword'
Nobody has claimed this yet.
- Dominant language
- RobotFramework
- Stars
- 29
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Rules to describe:
- How many until new line?
- Run Keywords command and how many AND statements
- Passing in Keywords into Variables:
```robot
${kw_var} Set Variable Log To Console
Run Keyword ${kw_var} Hello World!
```
- best practice for using Run Keyword
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing Robot Framework style guide structure and its current keyword-related guidance. Document the requested rules for line breaks, Run Keywords and AND statements, passing keywords through variables, and best practices for Run Keyword. Done means each listed topic is covered consistently with the guide.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100