nightwatchcss icon indicating copy to clipboard operation
nightwatchcss copied to clipboard

Regression testing tool for Nightwatch based on WebdriverCss

Results 4 nightwatchcss issues
Sort by recently updated
recently updated
newest added

```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?...

![selection_020](https://cloud.githubusercontent.com/assets/11330522/7429372/ca1dce28-f01d-11e4-914f-90618837c763.jpg) i am using Linux Ubuntu

Adding dependency - pkg-config needed for install, resolve the node-gyp error in the npm install process.