awatson1978 / starrynight

Scaffolding and Testing tool optimized for Meteor apps.
http://starrynight.meteorapp.com
53 stars 11 forks source link

New capability: a minimal nightwatch scaffold. Zero lint errors. #67

Closed martinhbramwell closed 9 years ago

martinhbramwell commented 9 years ago

Basically this is a stripped version of scaffolds/sample-tests/nightwatch. tool/generate-autoconfig.js has a new function, called from two places, to replace the anonymous file save function, that was only called once.

NOTE : Changes to documentation still to do.

tool/generate-autoconfig.js is now free of lint errors, but has warnings about use of single quotes.

Will fix those when there are no other changes in the file that would be obscured.

Changes committed: new file: scaffolds/sample-tests/nightwatch-minimal/globals.json new file: scaffolds/sample-tests/nightwatch-minimal/logs/selenium-debug.log new file: scaffolds/sample-tests/nightwatch-minimal/walkthroughs/appLayout.js modified: tool/generate-autoconfig.js modified: tool/scaffold.js

awatson1978 commented 9 years ago

Dude, this is great.