nightwatchcss
nightwatchcss copied to clipboard
Regression testing tool for Nightwatch based on WebdriverCss
```const assert = require('assert'); var nightwatchcss = require('nightwatchcss'); module.exports = { before: function (browser) { }, after: function (browser) { console.log('Wrapping up...'); browser.end(); }, "Init nightwatchcss": function (browser) { nightwatchcss.init(browser,...
I have a set of images extracted from the layout pdf and I would like to compare it with the screenshot taken from the site. How can I compare them?...
 i am using Linux Ubuntu
Adding dependency - pkg-config needed for install, resolve the node-gyp error in the npm install process.