robotframework / robotframework/PythonLibCore
Nice to have: Option to keep English original keywords as valid
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 69
- 派生
- 30
- 平均合并
- 9 小时 33 分钟
- 30 天内合并 PR
- 6
描述
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.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定文件或测试。首先追踪 PythonLibCore 如何验证已翻译的关键字以及如何公开配置选项,然后查看 github.com/MarketSquare/robotframework-seleniumlibrary-translation/issues/59 中相关的翻译 issue。完成的标准是:默认接受混合使用的已翻译关键字和英文关键字,同时严格模式继续拒绝英文关键字。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- testing-qa, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100