chore(test): add junit config for testacular

This commit is contained in:
Vojta Jina 2012-09-19 21:57:03 -07:00 committed by Igor Minar
parent 0ae0591f42
commit a5d434d857
4 changed files with 23 additions and 3 deletions

View file

@ -13,3 +13,8 @@ proxies = {
'/angular': 'http://localhost:8000/build/angular',
'/': 'http://localhost:8000/build/docs/'
};
junitReporter = {
outputFile: 'test_out/e2e.xml',
suite: 'E2E'
};

View file

@ -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'
};

View file

@ -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'
};

View file

@ -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'
};