Skip to content

Instantly share code, notes, and snippets.

@floehopper
Created April 4, 2014 11:49
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 floehopper/9972939 to your computer and use it in GitHub Desktop.
Save floehopper/9972939 to your computer and use it in GitHub Desktop.
Building and running video.js tests
$ npm install
# output ommitted for brevity
$ grunt
# output ommitted for brevity
$ grunt test
Running "jshint:src" (jshint) task
>> 38 files lint free.
Running "less:dev" (less) task
File build/files/video-js.css created.
Running "build:src" (build) task
Running "cssmin:minify" (cssmin) task
File build/files/video-js.min.css created.
Running "minify:source" (minify) task
Running "minify:tests" (minify) task
Running "usebanner:dist" (usebanner) task
✔ grunt-banner completed successfully
Running "qunit:source" (qunit) task
Testing test/index.html .......................................................................................OK
>> 384 assertions passed (615ms)
Running "qunit:minified" (qunit) task
Testing test/minified.html .......................................................................................OK
>> 384 assertions passed (527ms)
Running "qunit:minified_api" (qunit) task
Testing test/minified-api.html ........OK
>> 96 assertions passed (96ms)
Done, without errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment