diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-07-24 09:33:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-24 09:33:39 +0200 |
commit | d7943f75ab59d45c8ff06f76ae8da6e3ae1f593b (patch) | |
tree | afb5c1da17de23b0d9e0b698d6e42a39fa1ab6bf /tests | |
parent | 9d15d4e5231afe5b6cba4dadd51fde2d60957021 (diff) | |
download | nextcloud-server-d7943f75ab59d45c8ff06f76ae8da6e3ae1f593b.tar.gz nextcloud-server-d7943f75ab59d45c8ff06f76ae8da6e3ae1f593b.zip |
[stable9] Test jenkins pipeline (#25401) (#25502)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/karma.config.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 111af7a1559..7374b722467 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -252,7 +252,9 @@ module.exports = function(config) { reporters: ['dots', 'junit', 'coverage'], junitReporter: { - outputFile: 'tests/autotest-results-js.xml' + outputDir: 'tests', + outputFile: 'autotest-results-js.xml', + useBrowserName: false }, // web server port |