Solvers - improve our world.
Solvers.io is a community of people who want to improve our world. We connect projects that tackle important problems with the people who have the skills to help.
Chat to us in our Gitter room
In order to run the tests, follow these instructions:
-
Make sure the project is setup and runs normally by typing mrt in the app/ directory
-
In the root directory, run
npm install -g grunt-cli
to install the grunt command-line task runner -
In the root directory, run
npm install
to install the other testing dependencies from npm -
In the app/ directory, run the project with:
mrt --settings settings_test.json
to run the project in test mode. This ensures the database is setup correctly for testing. NOTE: CURRENTLY THIS WILL WIPE ANY EXISTING DATABASE INCLUDING USERS!! -
In the root directory, run
grunt test
to execute the automated tests