Skip to content

Commit 8af0035

Browse files
committed
add junit reporter to testacular configs
1 parent dcdc11f commit 8af0035

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

config/testacular-e2e.conf.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ proxies = {
1616
'/': 'http://localhost:8000/'
1717
};
1818

19+
junitReporter = {
20+
outputFile: 'test_out/e2e.xml',
21+
suite: 'e2e'
22+
};

config/testacular.conf.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ files = [
1313
autoWatch = true;
1414

1515
browsers = ['Chrome'];
16+
17+
junitReporter = {
18+
outputFile: 'test_out/unit.xml',
19+
suite: 'unit'
20+
};

0 commit comments

Comments
 (0)