Skip to content

Commit

Permalink
add junit reporter to testacular configs
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Sep 20, 2012
1 parent dcdc11f commit 8af0035
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/testacular-e2e.conf.js
Expand Up @@ -16,3 +16,7 @@ proxies = {
'/': 'http://localhost:8000/'
};

junitReporter = {
outputFile: 'test_out/e2e.xml',
suite: 'e2e'
};
5 changes: 5 additions & 0 deletions config/testacular.conf.js
Expand Up @@ -13,3 +13,8 @@ files = [
autoWatch = true;

browsers = ['Chrome'];

junitReporter = {
outputFile: 'test_out/unit.xml',
suite: 'unit'
};

0 comments on commit 8af0035

Please sign in to comment.