aboutsummaryrefslogtreecommitdiffstats
path: root/testacular-e2e.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-e2e.conf.js
parent0c8e90884192e05320eb3e6c6891b14f2800af89 (diff)
downloadangular.js-b6620c737fe1b743d4f6fbf9c9c67bacb4db1d68.tar.bz2
chore(test): add junit config for testacular
Diffstat (limited to 'testacular-e2e.conf.js')
-rw-r--r--testacular-e2e.conf.js5
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'
+};