A testing system for catching visual regressions in Web applications
Watches you browse, takes screenshots, tells you when they change
Huxley is a test-like system for catching visual regressions in Web applications. It was built by Pete Hunt with input from Maykel Loomans at Instagram.
Archived Repo
This is an archived project and is no longer supported or updated by Facebook or Instagram. Please do not file issues or pull-requests against this repo. If you wish to continue to develop this code yourself, we recommend you fork it.
What is the problem?
- UI tests are hard to write and are usually fragile.
- Automated testing can’t tell you if something doesn’t look right, so UI regressions may go undetected.
- It can be difficult for designers