Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 360 Bytes

#Screenshot compare using NightwatchJS

nightwatch.js example of Visual Regression Testing using selenium webdriver and node-resemble-js.

test file: mytest.js

screenshots are saved in ./screenshots

Make sure you have node/npm installed. Run npm install to install all dependencies

Running tests:

$npm install

$grunt nightwatch