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
|
// test results reporter to use
|
||||||
// possible values: "dots", "progress"
|
// possible values: "dots", "progress"
|
||||||
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
||||||
reporters: ["progress", "coverage"],
|
reporters: ["dots", "junit"],
|
||||||
|
|
||||||
// configure the coverateReporter
|
// configure the coverateReporter
|
||||||
/* coverageReporter: {
|
/* coverageReporter: {
|
||||||
type : "html",
|
type : "html",
|
||||||
dir : "htmlcov/"
|
dir : "htmlcov/"
|
||||||
}, */
|
}, */
|
||||||
|
junitReporter: {
|
||||||
|
outputFile: "test-results.xml"
|
||||||
|
}
|
||||||
|
|
||||||
// web server port
|
// web server port
|
||||||
port: 9876,
|
port: 9876,
|
||||||
|
Loading…
Reference in New Issue
Block a user