1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/laden666666-my-doc-jsx-plugin-template

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
karma.conf.js 2.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
DESKTOP-EKK8J81\njz Отправлено 25.02.2018 20:52 05247e1
var webpackConfig = require("./build/webpack.test.conf")
// Karma configuration
// Generated on Sun Mar 13 2016 22:48:42 GMT+0800 (HKT)
module.exports = function(config) {
config.set({
webpack: webpackConfig,
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '',
// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
frameworks: ['mocha', 'chai'],
// list of files / patterns to load in the browser
files: [
'test/**/*.spec.js'
],
// list of files to exclude
exclude: [
],
// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
'src/**/*.js': ['webpack', 'coverage'],
'test/**/*.spec.js': ['webpack']
},
// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters: ['mocha', 'coverage'],
// web server port
port: 9876,
// enable / disable colors in the output (reporters and logs)
colors: true,
// level of logging
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
logLevel: config.LOG_INFO,
// enable / disable watching file and executing tests whenever any file changes
autoWatch: true,
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['Chrome'],
// browsers: ['Chrome', 'Edge', 'Firefox', 'IE'],
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
singleRun: false,
// Concurrency level
// how many browser should be started simultaneous
concurrency: Infinity,
// coverage output setting
coverageReporter: {
reporters:[
{type: 'html', dir: 'coverage/'},
{type: 'text-summary'}
],
}
})
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/laden666666-my-doc-jsx-plugin-template.git
git@api.gitlife.ru:oschina-mirror/laden666666-my-doc-jsx-plugin-template.git
oschina-mirror
laden666666-my-doc-jsx-plugin-template
laden666666-my-doc-jsx-plugin-template
master