-
Notifications
You must be signed in to change notification settings - Fork 10
Testing
Drew Proud edited this page Mar 24, 2015
·
3 revisions
###Codeship
Setup script:
cd ~/src/github.com/drenfr01/unionCapital/tests
chmod +x codeship_setup_script.sh
./codeship_setup_script.sh
Test script:
cd ~/src/github.com/drenfr01/unionCapital/tests
chmod +x codeship_test_script.sh
cd ../
./tests/codeship_test_script.sh
###Local Testing
If you are using Linux, use these commands:
sudo npm install -g npm
sudo npm install -g phantomjs
sudo npm install -g casperjs
sudo apt-get install -y libfontconfig
Then, from the /meteor folder, run ./tests/codeship_test_script.sh