Image comparing tests for ImageExport
未关闭
还没有人认领这个 Issue。
Area: ImageExport
help wanted
- 主要语言
- F#
- 星标
- 860
- 派生
- 99
- 平均合并
- 22 分钟
- 30 天内合并 PR
- 1
描述
There's Plotly.NET.Export which exports images, for example, into base64. However testing it on exact matches doesn't work well, after all, there are multiple ways the same image can be encoded with jpg or png.
So the idea here is to convert it to an image and compare pixel by pixel against a model one. If the deviation on average isn't big, then the test is considered to pass.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 Plotly.NET.Export 和现有的图像导出测试。了解导出的 base64 图像是如何解码的,然后确定如何使用平均偏差阈值逐像素比较参考图像。完成的标准是图像导出测试接受等效编码,同时检测出有意义的视觉差异。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- fsharp
- 领域
- data-visualization, testing-qa
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100