aboutsummaryrefslogtreecommitdiffstats
path: root/testacular-jquery.conf.js
diff options
context:
space:
mode:
authorVojta Jina2012-09-19 21:57:03 -0700
committerIgor Minar2012-10-17 20:16:36 -0700
commitb6620c737fe1b743d4f6fbf9c9c67bacb4db1d68 (patch)
treeac9c568969ee99c23191085b9fc48d4f8e8f5d77 /testacular-jquery.conf.js
parent0c8e90884192e05320eb3e6c6891b14f2800af89 (diff)
downloadangular.js-b6620c737fe1b743d4f6fbf9c9c67bacb4db1d68.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'
+};