Skip to content

Instantly share code, notes, and snippets.

@mrvisser
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrvisser/9688496 to your computer and use it in GitHub Desktop.
Save mrvisser/9688496 to your computer and use it in GitHub Desktop.
~/Source/oaeproject/3akai-ux$ grunt qunit:oae.oae.com
Running "qunit:oae.oae.com" (qunit) task
Running "contrib-qunit:all" (contrib-qunit) task
Testing http://oae.oae.com/tests/qunit/tests/cleanjs.html
>> PhantomJS timed out, possibly due to a missing QUnit start() call.
Testing http://oae.oae.com/tests/qunit/tests/cssformatting.html
>> PhantomJS timed out, possibly due to a missing QUnit start() call.
Testing http://oae.oae.com/tests/qunit/tests/doubletranslated.html
>> PhantomJS timed out, possibly due to a missing QUnit start() call.
Testing http://oae.oae.com/tests/qunit/tests/jsformatting.html
>> PhantomJS timed out, possibly due to a missing QUnit start() call.
Testing http://oae.oae.com/tests/qunit/tests/uninternationalizedstrings.html
...
####################
## TEST RESOURCES ##
####################
location /tests/ {
alias /Users/branden/Source/oaeproject/3akai-ux/tests/;
autoindex off;
expires -1;
}
rewrite ^/tests$ /tests/index.html last;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment