43 Star 233 Fork 144

大漠穷秋 / OpenWMS-Frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
karma.conf.js 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
BIG MO 提交于 2018-05-17 13:12 . ng6 升级
// Karma configuration file, see link for more information
// https://karma-runner.github.io/0.13/config/configuration-file.html
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular-devkit/build-angular'],
plugins: [
require('karma-jasmine'),
require('karma-chrome-launcher'),
require('karma-htmlfile-reporter'),
require('karma-mocha-reporter'),
require('karma-coverage-istanbul-reporter'),
require('@angular-devkit/build-angular/plugins/karma')
],
client:{
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
files: [
],
preprocessors: {
},
mime: {
'text/x-typescript': ['ts','tsx']
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, 'coverage'), reports: [ 'html', 'lcovonly' ],
fixWebpackSourcePaths: true
},
angularCli: {
config: './.angular-cli.json',
environment: 'dev'
},
reporters: ['progress','mocha','html'],
htmlReporter: {
outputFile: 'unit-test-report/report.html',
// Optional
pageTitle: 'Test-Result',
subPageTitle: 'learn-test',
groupSuites: true,
useCompactStyle: true,
useLegacyStyle: true
},
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
singleRun: false
});
};
TypeScript
1
https://gitee.com/mumu-osc/OpenWMS-Frontend.git
git@gitee.com:mumu-osc/OpenWMS-Frontend.git
mumu-osc
OpenWMS-Frontend
OpenWMS-Frontend
master

搜索帮助