change e2e:test reporter
This commit is contained in:
parent
0904f8e1eb
commit
5737c5b5c0
1 changed files with 3 additions and 0 deletions
|
@ -33,10 +33,13 @@ module.exports = function (config) {
|
||||||
noInfo: true
|
noInfo: true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
reporters: ['mocha'],
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
require('./karma-webext-launcher'),
|
require('./karma-webext-launcher'),
|
||||||
'karma-mocha',
|
'karma-mocha',
|
||||||
'karma-webpack',
|
'karma-webpack',
|
||||||
|
'karma-mocha-reporter',
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue