robotframework / robotframework/PythonLibCore
Nice to have: Option to keep English original keywords as valid
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 69
- Forks
- 30
- Avg merge
- 9h 33m
- Merged PRs (30d)
- 6
Description
When we have translated keywords and the original English keywords, the test run would fail because the English keywords are unknown.
Would be nice to have an option to make this current behavior as a strict mode, and have the option to allow mixed translation and English keywords the default.
For example:
mode=multi # The default (or mixed)
or
mode=strict # The exact translation (or single) (or exact) ....
Copy of https://github.com/MarketSquare/robotframework-seleniumlibrary-translation/issues/59 because it also needs support from PLC.
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
No files or tests are named. Start by tracing how PythonLibCore validates translated keywords and how configuration options are exposed, then review the related translation issue at github.com/MarketSquare/robotframework-seleniumlibrary-translation/issues/59. Done means mixed translated and English keywords are accepted by default while a strict mode preserves rejection of English keywords.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100