An open API service indexing awesome lists of open source software.

https://github.com/kessler/blog-automate-nwjs-ui-testing

the code for this: http://blog.yanivkessler.com/2015/03/21/automate-nwjs-ui-testing/ blog post
https://github.com/kessler/blog-automate-nwjs-ui-testing

Last synced: 22 days ago
JSON representation

the code for this: http://blog.yanivkessler.com/2015/03/21/automate-nwjs-ui-testing/ blog post

Awesome Lists containing this project

README

        

nwjs ui testing automation
=================

The code for [this](http://blog.yanivkessler.com/2015/03/21/automate-nwjs-ui-testing/) blog post

First run
```
$ npm install
$ cd nwapp
$ npm install
```

To run the test do:
```
$ mocha test.js --remote-debugging-port=9222
```