TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Do you use visual regression testing, if yes on what projects?

7 点作者 divdev_超过 1 年前

3 条评论

jjgreen超过 1 年前
Yes, I have a program which plots vector fields [1], part of CI creates some plots for cases which have previously caused issues [2]. They are not meant to be attractive, rather to exercise those edge cases. Example output here: [3]<p>[1] <a href="http:&#x2F;&#x2F;soliton.vm.bytemark.co.uk&#x2F;pub&#x2F;jjg&#x2F;en&#x2F;code&#x2F;vfplot&#x2F;" rel="nofollow noreferrer">http:&#x2F;&#x2F;soliton.vm.bytemark.co.uk&#x2F;pub&#x2F;jjg&#x2F;en&#x2F;code&#x2F;vfplot&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;jjg&#x2F;vfplot&#x2F;-&#x2F;jobs&#x2F;5347850554" rel="nofollow noreferrer">https:&#x2F;&#x2F;gitlab.com&#x2F;jjg&#x2F;vfplot&#x2F;-&#x2F;jobs&#x2F;5347850554</a><p>[3] <a href="https:&#x2F;&#x2F;jjg.gitlab.io&#x2F;-&#x2F;vfplot&#x2F;-&#x2F;jobs&#x2F;5347850554&#x2F;artifacts&#x2F;index.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;jjg.gitlab.io&#x2F;-&#x2F;vfplot&#x2F;-&#x2F;jobs&#x2F;5347850554&#x2F;artifacts&#x2F;i...</a>
评论 #38084625 未加载
neoziro超过 1 年前
I use it on all my projects.<p><a href="https:&#x2F;&#x2F;argos-ci.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;argos-ci.com</a> makes it easy!
divdev_超过 1 年前
I am building the tool in the space and am genuinely curios if people are aware of this type of frontend testing and if they find it useful. Also it&#x27;s pretty interesting to find some painpoints that I would love to solve with our product.