Hacker News new | ask | show | jobs
by gvkhna 1918 days ago
Great to hear! It runs on your CI currently, you can run the test-runner in your favorite CI (circle, travis, etc). And it uses that as a trigger. You have to start your server locally in the CI and it will take over from there running your tests.

We're adding the option to run periodically or trigger builds without an existing CI soon!

1 comments

Cool. How does creation of a test work? Through DOM element inspection or screenshot comparison?