This 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 ?
Show HN: Percy.io, a continuous visual integration tool
11–20 of 57 posts
Re: Show HN: Percy.io, a continuous visual integration tool
#12This 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
Woohoo! Glad to hear it. :) We have an annoucement-only mailing list if anyone doesn't want to sign up with GitHub: https://percy.io/#updates
Re: Show HN: Percy.io, a continuous visual integration tool
#13Re: Show HN: Percy.io, a continuous visual integration tool
#14Re: Show HN: Percy.io, a continuous visual integration tool
#15Earlier quoted context omitted.
Woohoo! Glad to hear it. :) We have an annoucement-only mailing list if anyone doesn't want to sign up with GitHub: https://percy.io/#updates
Are you an one man army? Congrats! :) This is great. How do you plan to react to potential changes in rendering engines? Would those be shown as test failures as well?
Re: Show HN: Percy.io, a continuous visual integration tool
#16Responsive capabilities will really improve usefulness, and the absence is somewhat of a deal-breaker. On responsive sites developers will have to eyeball each change even when using Percy, so checking the desktop resolution wouldn't be much additional effort relative to checking all other resolutions for each page.
On the biz-dev side, if it's going to be a paid product it might be a good idea to start charging ASAP!
Re: Show HN: Percy.io, a continuous visual integration tool
#17If you are interested in how something like this was made, there was a good talk about building something like this at RailsConf this year: http://youtu.be/Q4ttqkIEM7g
Re: Show HN: Percy.io, a continuous visual integration tool
#18It has been integrated with Travis CI and GitHub pull requests so that non-passing diffs are appended as a comment to the pull request by a bot account.
If there's an intended diff, a pull request can also automatically be submitted against the original pull request which, on merge, updates the "gold master" images and allows the original pull request to pass.
Re: Show HN: Percy.io, a continuous visual integration tool
#19I wasn't a fan of giving you github permissions just to sign up for an invite.