aboutsummaryrefslogtreecommitdiffstats
path: root/testacular-jquery.conf.js
diff options
context:
space:
mode:
authorVojta Jina2012-09-19 21:57:03 -0700
committerIgor Minar2012-10-17 13:17:16 -0700
commita5d434d857f9059fe277e348fe9876d62ca38a18 (patch)
tree2c2b6b5bfc02b12b8546a6edd9f1227952b8efed /testacular-jquery.conf.js
parent0ae0591f42691586d29c9366bdb257eeec8f002b (diff)
downloadangular.js-a5d434d857f9059fe277e348fe9876d62ca38a18.tar.bz2
chore(test): add junit config for testacular
Diffstat (limited to 'testacular-jquery.conf.js')
-rw-r--r--testacular-jquery.conf.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/testacular-jquery.conf.js b/testacular-jquery.conf.js
index 68de8356..7b527a15 100644
--- a/testacular-jquery.conf.js
+++ b/testacular-jquery.conf.js
@@ -6,4 +6,9 @@ exclude = ['**/*jasmine*/**', '**/*jstd*/**'].concat(angularFiles.files.jstdJque
autoWatch = true;
logLevel = LOG_INFO;
logColors = true;
-browsers = ['Chrome']
+browsers = ['Chrome'];
+
+junitReporter = {
+ outputFile: 'test_out/jquery.xml',
+ suite: 'jQuery'
+};