1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-25 02:42:10 +02:00
video.js/test
heff 3e35935182 Sped up tests by relying on watchify and splitting up tests
- Temporarily killed API tests. Combining them with other tests.
- Using browserify:watch for build/temp/video.js (sandbox testing)
- Using karma:watch for automated tests

Using individual watch tasks allows watchify to use smart caching in both
instances.

- Switched to grunt-concurrent for watch tasks
- Switched to travis containers, sudo: false
- Added caching of npm modules in Travis
- Consolidated travis testing
- Cleaned up grunt file
- Fixed travis.yml spacing
- Added the watchAll task for trying it out
- Moved travis test script logic to package.json
- Moved coverage reporting to Travis only

closes #2254
2015-07-15 15:22:34 -07:00
..
api Normalise lang codes to lowercase for insensitive match 2015-05-21 17:07:13 -07:00
unit Don't track progress until ready 2015-07-10 12:22:20 -07:00
globals-shim.js Updated the ready event to always be async 2015-05-22 17:27:15 -07:00
index.html Sped up tests by relying on watchify and splitting up tests 2015-07-15 15:22:34 -07:00
karma.conf.js Sped up tests by relying on watchify and splitting up tests 2015-07-15 15:22:34 -07:00