Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.26 KB

janus

Build Status

Janus is a tool for performing automated visual regression testing against web applications. It works by comparing screenshots of your application in a known good state to fresh screenshots of your application. A number of similar tools exist, but Janus excels for projects with the following needs:

  • Automated testing across a large number of browsers and operating systems. Janus was built with multi-browser support as a primary concern. By building on top of Sauce Labs' testing platform, you have access to the full array of Sauce Labs platforms.

  • Testing of applications where subtle visual differences are allowed. Many visual regression testing tools fail whenever they find a single-pixel difference in a screenshot. Janus allows you to define a threshold within which screenshots are still considered valid.

Inspiration

Janus was inspired by the following projects:

License

Janus is released under the MIT License.