...A CasperJS module for automating visual regression testing with PhantomJS 2 or SlimerJS and Resemble.js. For testing Web apps, live style guides, and responsive layouts. PhantomCSS takes screenshots captured by CasperJS and compares them to baseline images using Resemble.js to test for rgb pixel differences. PhantomCSS then generates image diffs to help you find the cause. Screenshot based regression testing can only work when UI is predictable. It's possible to hide mutable UI components with PhantomCSS but it would be better to test static pages or drive the UI with faked data during test runs.
Visual regression test with Sentinela API + WebDriver
Visual regression test with Sentinela API + WebDriver
A simple API that combined with WebDriver can perform visual regression test quickly and efficiently.
Sentinela API - Gen prints from window browser, manager baseline and makes a comparison of results Sentinela API it is written in Java.
How API work?
1 - Import Sentinela API in your project.
2 - Mark some points where Sentinela API will perform the tests.
3 - Run your project as usual.
4 - Every time point is reached...