Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
update(karma-junit-reporter): to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erkobridee committed Sep 8, 2015
1 parent d7d6b7c commit c0b88a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jenkins-ci-and-karma-junit-reporter",
"version": "0.1.0",
"version": "0.2.0",
"homepage": "https://github.com/erkobridee/jenkins-ci-and-karma-junit-reporter.git",
"authors": [
"Erko Bridee de Almeida Cabrera <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jenkins-ci-and-karma-junit-reporter",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"homepage": "https://github.com/erkobridee/jenkins-ci-and-karma-junit-reporter.git",
"authors": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-jasmine-html-reporter": "^0.1.8",
"karma-junit-reporter": "^0.2.2",
"karma-junit-reporter": "^0.3.4",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.erkobridee.jenkins-ci-and-karma-junit-reporter</groupId>
<artifactId>jenkins-ci-and-karma-junit-reporter</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<name>Example to execute Karma Runner through Jenkinks CI and load xml report file</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion tools/karma-configs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
colors: false,
logLevel: 'ERROR',
junitReporter: {
outputFile: 'tests_out/junit/test-results.xml'
outputDir: 'tests_out/junit'
},
coverageReporter: {
type : 'lcovonly', // produces an lcov.info file
Expand Down

0 comments on commit c0b88a7

Please sign in to comment.