From a5d434d857f9059fe277e348fe9876d62ca38a18 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Wed, 19 Sep 2012 21:57:03 -0700 Subject: chore(test): add junit config for testacular --- testacular-jquery.conf.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testacular-jquery.conf.js') 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' +}; -- cgit v1.2.3