ionic-team / ionic-team/ionic-framework
Remove ion-toolbar from being captured in screenshots where its appearance doesn't matter
- 主要语言
- TypeScript
- 星标
- 52.7k
- 派生
- 13.3k
- 平均合并
- 1 天 15 小时
- 30 天内合并 PR
- 51
描述
Currently, any time ion-toolbar changes in appearance, [a lot of screenshots](https://github.com/ionic-team/ionic-framework/pull/30371/files) have to be updated.
Most of them are only being updated because they include `ion-toolbar` for labeling the test; the change in them doesn’t matter because the test isn’t meant to verify the look of the toolbar.
The following groups of tests should be updated so that the test does not include the toolbar, since it doesn’t make sense to test the toolbar as part of the screenshot test in them:
- badge-basic
- button
- item
- list-header
- progress-bar
- searchbar
- toast
- toggle
Some of these might have one or two tests where `ion-toolbar` is used in the component they’re testing, but most of them do not, and all of the components listed here have tests that need to be updated to be refocused so they don’t include the `ion-toolbar` in the screenshot capture.
贡献指南
调研方向
Start with the screenshot tests for badge-basic, button, item, list-header, progress-bar, searchbar, toast, and toggle. Find captures that include ion-toolbar only for test labeling, then refocus those tests without the toolbar; done means unrelated screenshots no longer change when ion-toolbar appearance changes.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- frontend, testing
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 52/100