Skip to content

Commit b6620c7

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

File tree

4 files changed

+23
-3
lines changed

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
@@ -11,3 +11,8 @@ browsers = ['Chrome']
1111
proxies = {
1212
'/': 'http://localhost:8000/build/docs/'
1313
};
14+
15+
junitReporter = {
16+
outputFile: 'test_out/e2e.xml',
17+
suite: 'E2E'
18+
};

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)