forked from openlp/openlp
Change to reporters suggested by Karma
This commit is contained in:
parent
24b1620da9
commit
02e7235fd9
@ -32,13 +32,16 @@ module.exports = function(config) {
|
||||
// test results reporter to use
|
||||
// possible values: "dots", "progress"
|
||||
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
||||
reporters: ["progress", "coverage"],
|
||||
reporters: ["dots", "junit"],
|
||||
|
||||
// configure the coverateReporter
|
||||
/* coverageReporter: {
|
||||
type : "html",
|
||||
dir : "htmlcov/"
|
||||
}, */
|
||||
junitReporter: {
|
||||
outputFile: "test-results.xml"
|
||||
}
|
||||
|
||||
// web server port
|
||||
port: 9876,
|
||||
|
Loading…
Reference in New Issue
Block a user