webtoast / visual-testing-backstopjs

Visual Regression Test Suite using BackstopJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BackstopJS: Visual Regression Test Automation

Automated Visual Regression Test utilising BackstopJS

express logo

Setup and Execution

Firstly, install docker and if you are using Windows or Mac OS I suggest you set the Virtual Machines RAM to 4GB with 2GB swap. Then to run them tests open the folder through your terminal and below are commands you can use.

npm install

npm run reference:web-desktop
npm run test:web-desktop
npm run approve:web-desktop

npm run reference:web-phone
npm run test:web-phone
npm run approve:web-phone

npm run reference:web-tablet
npm run test:web-tablet
npm run approve:web-tablet

About

Visual Regression Test Suite using BackstopJS

License:MIT License


Languages

Language:JavaScript 100.0%