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-e2e.conf.js | |
| parent | 0c8e90884192e05320eb3e6c6891b14f2800af89 (diff) | |
| download | angular.js-b6620c737fe1b743d4f6fbf9c9c67bacb4db1d68.tar.bz2 | |
chore(test): add junit config for testacular
Diffstat (limited to 'testacular-e2e.conf.js')
| -rw-r--r-- | testacular-e2e.conf.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testacular-e2e.conf.js b/testacular-e2e.conf.js index 149ee970..d84dd689 100644 --- a/testacular-e2e.conf.js +++ b/testacular-e2e.conf.js @@ -11,3 +11,8 @@ browsers = ['Chrome'] proxies = { '/': 'http://localhost:8000/build/docs/' }; + +junitReporter = { + outputFile: 'test_out/e2e.xml', + suite: 'E2E' +}; |
