MarketSquare / MarketSquare/robotframework-faker
Selectively add keywords from Faker python
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 69
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Currently it appears all (public) methods are extracted from faker and piped in as keywords. Might consider bring n only those which are data providers. For the rest create keywords which translate the "robot framework world" in the the "faker world". An example of this is the Add Provider keyword which I don't think can be used as a keyword as is with the current "blind" faker method to keyword implementation.
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 tracing how public Faker methods are extracted and exposed as Robot Framework keywords, then compare data providers with methods such as Add Provider. Define which methods should remain direct keywords and which need Robot Framework-oriented names or behavior. Done means the exposure is selective and regression coverage verifies the intended keyword set.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100