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
- Host: GitHub
- URL: https://github.com/kessler/blog-automate-nwjs-ui-testing
- Owner: kessler
- License: mit
- Created: 2015-03-21T21:41:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T22:16:43.000Z (over 9 years ago)
- Last Synced: 2025-04-04T03:31:50.538Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 361 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```