diff options
| author | Vojta Jina | 2012-09-19 21:57:03 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-10-17 20:16:36 -0700 | 
| commit | b6620c737fe1b743d4f6fbf9c9c67bacb4db1d68 (patch) | |
| tree | ac9c568969ee99c23191085b9fc48d4f8e8f5d77 /testacular-jqlite.conf.js | |
| parent | 0c8e90884192e05320eb3e6c6891b14f2800af89 (diff) | |
| download | angular.js-b6620c737fe1b743d4f6fbf9c9c67bacb4db1d68.tar.bz2 | |
chore(test): add junit config for testacular
Diffstat (limited to 'testacular-jqlite.conf.js')
| -rw-r--r-- | testacular-jqlite.conf.js | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/testacular-jqlite.conf.js b/testacular-jqlite.conf.js index 6cf54815..6cb98114 100644 --- a/testacular-jqlite.conf.js +++ b/testacular-jqlite.conf.js @@ -6,4 +6,9 @@ exclude = ['**/*jasmine*/**', '**/*jstd*/**'].concat(angularFiles.files.jstdExcl  autoWatch = true;  logLevel = LOG_INFO;  logColors = true; -browsers = ['Chrome'] +browsers = ['Chrome']; + +junitReporter = { +  outputFile: 'test_out/jqlite.xml', +  suite: 'jqLite' +};  | 
