Fix #1190 Use phantom JS to run qunit tests

This commit is contained in:
Nicolas Le Goff
2013-05-30 19:42:44 +02:00
parent a5cc876959
commit acb66d6f92
5 changed files with 48 additions and 45 deletions

View File

@@ -63,6 +63,9 @@ matrix:
- php: 5.5
script:
- phantomjs www/assets/qunit/addons/phantomjs/runner.js www/include/js/tests/jquery.Upload.js.html
- phantomjs www/assets/qunit/addons/phantomjs/runner.js www/include/js/tests/jquery.Edit.js.html
- phantomjs www/assets/qunit/addons/phantomjs/runner.js www/include/js/tests/jquery.Selection.js.html
- sh tests/js/scripts/run.sh --single-run
- mocha-phantomjs www/scripts/tests/index.html
- phpunit