From b6620c737fe1b743d4f6fbf9c9c67bacb4db1d68 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-e2e.conf.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testacular-e2e.conf.js') 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' +}; -- cgit v1.2.3