diff options
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 4a815d9d..07c79c70 100644 --- a/testacular-e2e.conf.js +++ b/testacular-e2e.conf.js @@ -13,3 +13,8 @@ proxies = { '/angular': 'http://localhost:8000/build/angular', '/': 'http://localhost:8000/build/docs/' }; + +junitReporter = { + outputFile: 'test_out/e2e.xml', + suite: 'E2E' +}; |
