stryker-html-reporter
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.9.1"></a> | ||
## [0.9.1](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.9.0...stryker-html-reporter@0.9.1) (2017-10-11) | ||
### Bug Fixes | ||
* **readme:** Remove old warning and update the example image ([#416](https://github.com/stryker-mutator/stryker/issues/416)) ([7e66214](https://github.com/stryker-mutator/stryker/commit/7e66214)) | ||
<a name="0.9.0"></a> | ||
@@ -8,0 +19,0 @@ # [0.9.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.8.0...stryker-html-reporter@0.9.0) (2017-10-10) |
{ | ||
"name": "stryker-html-reporter", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "An html reporter for the JavaScript mutation testing framework Stryker", | ||
@@ -20,2 +20,5 @@ "main": "src/index.js", | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"keywords": [ | ||
@@ -22,0 +25,0 @@ "stryker", |
@@ -10,10 +10,7 @@ [![Build Status](https://travis-ci.org/stryker-mutator/stryker.svg?branch=master)](https://travis-ci.org/stryker-mutator/stryker) | ||
## Warning | ||
The stryker-html-reporter will be available from stryker v0.4.0 onward (which should be released soon). | ||
## Example | ||
Click on the image below to see a real-life example of a report generated from a test un on stryker itself! | ||
Click on the image below to see a real-life example of a report generated from a test run on stryker itself! | ||
[![example](https://github.com/stryker-mutator/stryker-html-reporter/raw/master/example.png)](https://stryker-mutator.github.io/stryker-html-reporter) | ||
[![example](https://github.com/stryker-mutator/stryker/blob/html-docs/packages/stryker-html-reporter/example.png)](https://stryker-mutator.github.io/stryker-html-reporter) | ||
@@ -45,3 +42,3 @@ ## Install | ||
You can configure the html reporter by adding a `htmlReporter` to your config. | ||
You can configure the html reporter by adding a `htmlReporter` object to your config. | ||
@@ -48,0 +45,0 @@ #### htmlReporter.baseDir |
705346
68