MarketSquare / MarketSquare/robotframework-angularjs
Remove the **MAGIC**
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 33
- 派生
- 20
- PR 合并指标
- 30 天内没有已合并 PR
描述
Due to the goal of this library that mirrors Protractor which in turn justifiable claims that "[y]ou no longer need to add waits and sleeps to your test" and "you don’t have to worry about waiting for your test and webpage to sync." everything it accomplishes in this regard feels like MAGIC. This complicates the situation when things don't go as expected. It also downplays the importance of the end users understanding what is going on, what this library can and cannot accomplish.
This ticket lists some of the items I want to change to help remove the magic.
- If the library has to poll (more than once, twice, N times) than an info log statement is recorded.
- If the library timeouts log that piece of information at info level.
- [.. something else that I really can't remember at this time ..]
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定文件、测试或入口点。首先定位库中的 polling 和 timeout 路径,然后确定当前如何报告重复 polling 和 timeout。完成标准是:约定的 polling 和 timeout 事件以 info 级别记录日志,并明确剩余范围。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- testing
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100