commit | 3fa32c681ee6dc323539925cf2a0047b00464887 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Wed Apr 20 17:00:01 2016 -0700 |
committer | Matteo Scandolo <teo@onlab.us> | Wed Apr 20 17:00:01 2016 -0700 |
tree | ffdf787422986a2c828eb56c2de2e2bbc177f677 | |
parent | 23254d10c937a332024cc79437099f676b396fc9 [diff] |
path to jUnit reports
diff --git a/views/ngXosLib/karma.conf.ci.js b/views/ngXosLib/karma.conf.ci.js index 74a7ca7..221a418 100644 --- a/views/ngXosLib/karma.conf.ci.js +++ b/views/ngXosLib/karma.conf.ci.js
@@ -68,12 +68,14 @@ junitReporter: { outputDir: 'test-result', + useBrowserName: false, outputFile: 'test-results.xml' }, coverageReporter: { - type : 'cobertura', - dir : 'coverage/' + type: 'cobertura', + subdir: '.', + dir: 'test-result/' }, // web server port