MarketSquare / MarketSquare/robotframework-style-guide

Rules for 'Run Keywords', 'AND', and 'Run Keyword'

Open
#11 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

style-guide
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.