Skip to content

Commit a5d434d

Browse files
vojtajinaIgorMinar
authored andcommitted
chore(test): add junit config for testacular
1 parent 0ae0591 commit a5d434d

4 files changed

+23
-3
lines changed

testacular-e2e.conf.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ proxies = {
1313
'/angular': 'http://localhost:8000/build/angular',
1414
'/': 'http://localhost:8000/build/docs/'
1515
};
16+
17+
junitReporter = {
18+
outputFile: 'test_out/e2e.xml',
19+
suite: 'E2E'
20+
};

testacular-jqlite.conf.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ exclude = ['**/*jasmine*/**', '**/*jstd*/**'].concat(angularFiles.files.jstdExcl
66
autoWatch = true;
77
logLevel = LOG_INFO;
88
logColors = true;
9-
browsers = ['Chrome']
9+
browsers = ['Chrome'];
10+
11+
junitReporter = {
12+
outputFile: 'test_out/jqlite.xml',
13+
suite: 'jqLite'
14+
};

testacular-jquery.conf.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ exclude = ['**/*jasmine*/**', '**/*jstd*/**'].concat(angularFiles.files.jstdJque
66
autoWatch = true;
77
logLevel = LOG_INFO;
88
logColors = true;
9-
browsers = ['Chrome']
9+
browsers = ['Chrome'];
10+
11+
junitReporter = {
12+
outputFile: 'test_out/jquery.xml',
13+
suite: 'jQuery'
14+
};

testacular-modules.conf.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ exclude = ['**/*jasmine*/**', '**/*jstd*/**'];
66
autoWatch = true;
77
logLevel = LOG_INFO;
88
logColors = true;
9-
browsers = ['Chrome']
9+
browsers = ['Chrome'];
10+
11+
junitReporter = {
12+
outputFile: 'test_out/modules.xml',
13+
suite: 'modules'
14+
};

0 commit comments

Comments
 (0)