Live data from Hacker News

Show HN: Spotbot, a Slack bot that monitors your website for visual bugs

spotbot.qa

1–10 of 60 posts

Re: Show HN: Spotbot, a Slack bot that monitors your website for visual bugs

#7
post #3

Super excited to try this — as an early start-up (and the founder in charge of UI), I KNOW our site has UI issues but I don't have the time to do full inspections. What kind of "changes need attention" will Spotbot tell me about?

Right now it checks your site every 24 hours, and we try to alert on things that might actually need a person to verify (ie, not animations or videos).

We're in the process of building moderation tools so that you can refine what's important to you, and we're really excited about building training a model to be able to highlight changes that are probably broken. We're starting at square one though :)

Re: Show HN: Spotbot, a Slack bot that monitors your website for visual bugs

#9
post #6

We use Percy.io for this and can't recommend it enough. It integrates with your CI workflow, which makes a whole lot more sense to me than waiting until production. (Or to be fair, staging.)

Percy is awesome, no doubt. We're a little different than Percy though.

We don't require any code. Setup is just entering a URL. Percy doesn't really require code either, but it relies on you having already written integration tests.

We do structural diffing, not pixel diffing. Pixel diffing can be challenging to view as a developer since innocuous changes can cause massive visual pixel diffs. With structural diffing we can have a better idea of exactly what changed and highlight those regions.

We're definitely going to be integrating with CI workflows and non-production sites as well :)

Re: Show HN: Spotbot, a Slack bot that monitors your website for visual bugs

#10
post #4

I understand slack integration for some tools, but is this slackbot-as-a-product thing going to become the new fad? What if I want to use your tool without using slack?

I was thinking the same thing. I'm interested in trying it out, but do I really feel like setting up slack for a side project when I'm the only one that works on it?
Post reply on HN