- Initialize application
$npm install
$bower install
$npm run app
- Run Mocha test and istanbul coverage
$npm run coverage # ./coverage/html/index.html
- Run disc reporter bundle
$npm run disc # ./disc/[osmani-oreilly/platzi/assessments].html
- Create new examples and design with TDD
$npm run test
- Debug mocha tests
- Needs turn on web container, environments enabled: APACHE_HOST + APACHE_PORT
# For breakpoint steps definition on browser debugger might not pause execution there (because UglifyJS concat).
# I've found that setting the breakpoint on the *first line* and stepping onto the following lines is more reliable.
$npm run debug-mocha-osmanioreilly
$npm run debug-mocha-platzi
$npm run debug-mocha-assessments