TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

7 pointsby divdev_over 1 year ago

3 comments

jjgreenover 1 year ago
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 未加载
neoziroover 1 year ago
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_over 1 year ago
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.