mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(test): add junit config for testacular
This commit is contained in:
parent
0ae0591f42
commit
a5d434d857
4 changed files with 23 additions and 3 deletions
|
|
@ -13,3 +13,8 @@ proxies = {
|
|||
'/angular': 'http://localhost:8000/build/angular',
|
||||
'/': 'http://localhost:8000/build/docs/'
|
||||
};
|
||||
|
||||
junitReporter = {
|
||||
outputFile: 'test_out/e2e.xml',
|
||||
suite: 'E2E'
|
||||
};
|
||||
|
|
|
|||
|
|
@ -6,4 +6,9 @@ exclude = ['**/*jasmine*/**', '**/*jstd*/**'].concat(angularFiles.files.jstdExcl
|
|||
autoWatch = true;
|
||||
logLevel = LOG_INFO;
|
||||
logColors = true;
|
||||
browsers = ['Chrome']
|
||||
browsers = ['Chrome'];
|
||||
|
||||
junitReporter = {
|
||||
outputFile: 'test_out/jqlite.xml',
|
||||
suite: 'jqLite'
|
||||
};
|
||||
|
|
|
|||
|
|
@ -6,4 +6,9 @@ exclude = ['**/*jasmine*/**', '**/*jstd*/**'].concat(angularFiles.files.jstdJque
|
|||
autoWatch = true;
|
||||
logLevel = LOG_INFO;
|
||||
logColors = true;
|
||||
browsers = ['Chrome']
|
||||
browsers = ['Chrome'];
|
||||
|
||||
junitReporter = {
|
||||
outputFile: 'test_out/jquery.xml',
|
||||
suite: 'jQuery'
|
||||
};
|
||||
|
|
|
|||
|
|
@ -6,4 +6,9 @@ exclude = ['**/*jasmine*/**', '**/*jstd*/**'];
|
|||
autoWatch = true;
|
||||
logLevel = LOG_INFO;
|
||||
logColors = true;
|
||||
browsers = ['Chrome']
|
||||
browsers = ['Chrome'];
|
||||
|
||||
junitReporter = {
|
||||
outputFile: 'test_out/modules.xml',
|
||||
suite: 'modules'
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue