A small example of visual regression testing with BackstopJS in a pokedex application.
-
A pokedex web app using AngularJS and Pokeapi.co.
-
This app was based in https://github.com/alvarowolfx/ng-pokedex/
Install required npm packages, run this command on project folder :
npm install
Start livereload server
npm start
Inside visual-regression
folder :
npm install
npm test
To promote images to baseline:
npm approve