karma-junit-reporter
Version:
A Karma plugin. Report results in junit xml format.
100 lines (46 loc) • 2.88 kB
Markdown
<a name="0.3.5"></a>
## [0.3.5](https://github.com/karma-runner/karma-junit-reporter/compare/v0.3.4...v0.3.5) (2015-09-27)
### Bug Fixes
* Add back `outputFile` config ([b4583b5](https://github.com/karma-runner/karma-junit-reporter/commit/b4583b5)), closes [#58](https://github.com/karma-runner/karma-junit-reporter/issues/58)
* Update dependencies ([a1fe8fe](https://github.com/karma-runner/karma-junit-reporter/commit/a1fe8fe))
<a name="0.3.4"></a>
## [0.3.4](https://github.com/karma-runner/karma-junit-reporter/compare/v0.3.3...v0.3.4) (2015-08-28)
### Bug Fixes
* Change how classname is generated ([e4f7ebd](https://github.com/karma-runner/karma-junit-reporter/commit/e4f7ebd))
* **config:** Default `outputDir` to `'.'` ([8fdfb73](https://github.com/karma-runner/karma-junit-reporter/commit/8fdfb73)), closes [#54](https://github.com/karma-runner/karma-junit-reporter/issues/54)
### Features
* Upgrade dependencies to their latest versions ([62b5783](https://github.com/karma-runner/karma-junit-reporter/commit/62b5783))
<a name"0.3.3"></a>
### 0.3.3 (2015-07-23)
#### Bug Fixes
* create browser directory if not exist ([fe14a8d8](https://github.com/karma-runner/karma-junit-reporter/commit/fe14a8d8))
<a name"0.3.2"></a>
### 0.3.2 (2015-07-19)
#### Features
* Allow user to specify filename ([71e0e432](https://github.com/karma-runner/karma-junit-reporter/commit/71e0e432))
<a name"0.3.1"></a>
### 0.3.1 (2015-07-13)
#### Bug Fixes
* handle browser script failure and put the error to browser report ([d5b365ab](https://github.com/karma-runner/karma-junit-reporter/commit/d5b365ab))
<a name"0.3.0"></a>
## 0.3.0 (2015-07-13)
#### Features
* add error tag when browser disconnected ([a1a1e7c4](https://github.com/karma-runner/karma-coverage/commit/a1a1e7c4), closes [#29](https://github.com/karma-runner/karma-coverage/issues/29))
<a name"0.2.2"></a>
### 0.2.2 (2015-07-13)
#### Bug Fixes
* reporter fails when browser times out ([00fbfe4c](https://github.com/karma-runner/karma-coverage/commit/00fbfe4c), closes [#16](https://github.com/karma-runner/karma-coverage/issues/16))
<a name"0.2.1"></a>
### 0.2.1 (2015-07-13)
#### Bug Fixes
* Compatibility with Karma 0.10 ([29d4de18](https://github.com/karma-runner/karma-coverage/commit/29d4de18))
* update to work with Karma 0.11 ([a0676bec](https://github.com/karma-runner/karma-coverage/commit/a0676bec))
#### Features
* normalize the outputFile path ([85a3b871](https://github.com/karma-runner/karma-coverage/commit/85a3b871))
* add a default config ([c6c44dbf](https://github.com/karma-runner/karma-coverage/commit/c6c44dbf))
<a name"0.1.0"></a>
## 0.1.0 (2015-07-13)
<a name"0.0.2"></a>
### 0.0.2 (2015-07-13)
#### Features
* **reporter.junit:** add a 'skipped' tag for skipped testcases ([b552dcb4](https://github.com/karma-runner/karma-coverage/commit/b552dcb4))