Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 863 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 863 Bytes

Gather Up

App for gathering event sign ins

Get started

  1. Install Meteor https://www.meteor.com/install
  2. git clone this repo
  3. cd mobile-src
  4. meteor --settings settings.json
  5. visit http://localhost:3000/

We use the following frameworks:

  • jQuery
  • Underscore
  • Q - a promise library

Running Tests

Acceptance tests are written using Chimp. See the webdriver.io documentation for how to interact with the browser in the spec tests.

Run meteor:

meteor --settings settings.json

Now go to your your features/support/*.feature file and add the annotation @watch to the feature or scenario you want to test while watching.

Run chimp:

npm install -g chimp
chimp --ddp=http://localhost:3000 --watch