mclhrn / App-Anatomy

Tutorial - App Anatomy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development

See Cloud Development page about how to develop cloud app.

Tests

All the tests are in the "tests/" directory. The cloud app is using Whiskey as the test runner.

The main benefit of using Whiskey is that it can manage the dependencies used by the cloud app (e.g. MongoDb, Redis) when running the tests. See the tests/dependencies.json file for how to setup.

To run the tests, using the following commands:

npm install -g whiskey

#run integration tests
make test

#run acceptance tests
make accept

About

Tutorial - App Anatomy

License:Apache License 2.0


Languages

Language:JavaScript 99.9%Language:HTML 0.1%