Show HN: Percy.io, a continuous visual integration tool
1–10 of 57 posts
Re: Show HN: Percy.io, a continuous visual integration tool
#2https://github.com/gabrielrotbart/gatling
I have some tweaks i was going to merge in that gave the diff's as %'s (so you could ignore small differences like fonts being different) as well as animate between the two versions. On my TODO was grabbing the actual element style attributes and then actually just diffing that, so the differences would be more or less spelled out.
Still, cool stuff!
Re: Show HN: Percy.io, a continuous visual integration tool
#3But we really let ourselves down sometimes with regressions to the look and feel of the application.
Are there any competitor tools for this visual testing ?
Re: Show HN: Percy.io, a continuous visual integration tool
#4This looks promising. Our project has a plethora of selenium tests, but they're focused on functionality only, not appearance. We can tell there is a table, button, link, form, etc. and click it. On that side we're reliable. But we really let ourselves down sometimes with regressions to the look and feel of the application. Are there any competitor tools for this visual testing ?
Re: Show HN: Percy.io, a continuous visual integration tool
#5Re: Show HN: Percy.io, a continuous visual integration tool
#6Re: Show HN: Percy.io, a continuous visual integration tool
#7Re: Show HN: Percy.io, a continuous visual integration tool
#8This is neat. Recently started doing Selenium tests with Scrutinizer CI, but we've had issues where the UI is broken and we find out a day later... I'll definitely keep an eye out for you guys
Re: Show HN: Percy.io, a continuous visual integration tool
#9This looks promising. Our project has a plethora of selenium tests, but they're focused on functionality only, not appearance. We can tell there is a table, button, link, form, etc. and click it. On that side we're reliable. But we really let ourselves down sometimes with regressions to the look and feel of the application. Are there any competitor tools for this visual testing ?
It's written in Ruby but is not really dependent on Rails or anything to run. We use it to compare a list of URLs between the version we are currently testing in CircleCI and our production site. Any differences are highlighted in a nice gallery and we get a message in our Hipchat room.
Re: Show HN: Percy.io, a continuous visual integration tool
#10So.. is this just a lot of wrappers around wraith? Or something else?