UNPKG

videojs-event-tracking

Version:

Track events with VideoJS and keep an eye on performance metrics

31 lines (29 loc) 652 B
module.exports = function(config) { var detectBrowsers = { enabled: false, usePhantomJS: false }; config.set({ basePath: '..', frameworks: ['qunit'], files: [ 'node_modules/video.js/dist/video-js.css', 'node_modules/sinon/pkg/sinon.js', 'node_modules/video.js/dist/video.js', 'test/dist/bundle.js' ], customLaunchers: { travisChrome: { base: 'Chrome', flags: ['--no-sandbox'] } }, browsers: ['Firefox', 'travisChrome'], reporters: ['dots'], port: 9876, colors: true, autoWatch: false, singleRun: true, concurrency: Infinity }); };