Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 763 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 763 Bytes

Build Status

todo-mobile-testdriven

Description

Sample Application to demonstrate test-driven JavaScript UI Development, using uitest.js.

Build

Directory structure

  • app: The application
  • test: The tests

Install the dependencies: npm install.

Build it: ./node_modules/.bin/grunt

  • set the right path to phantomjs before, e.g. export PHANTOMJS_BIN=./node_modules/.bin/phantomjs.

Start dev environment: ./node_modules/.bin/grunt dev