diff options
Diffstat (limited to 'testacular-jquery.conf.js')
| -rw-r--r-- | testacular-jquery.conf.js | 7 |
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' +}; |
