html-reporter
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.0.4"></a> | ||
## [2.0.4](https://github.com/gemini-testing/html-reporter/compare/v2.0.3...v2.0.4) (2018-02-06) | ||
### Bug Fixes | ||
* parse cli ([1949147](https://github.com/gemini-testing/html-reporter/commit/1949147)) | ||
<a name="2.0.3"></a> | ||
@@ -7,0 +17,0 @@ ## [2.0.3](https://github.com/gemini-testing/html-reporter/compare/v2.0.2...v2.0.3) (2018-02-04) |
@@ -26,2 +26,3 @@ 'use strict'; | ||
parseEnv: JSON.parse, | ||
parseCli: JSON.parse, | ||
validate: (v) => { | ||
@@ -36,2 +37,3 @@ if (!_.isBoolean(v)) { | ||
parseEnv: JSON.parse, | ||
parseCli: JSON.parse, | ||
validate: (v) => { | ||
@@ -38,0 +40,0 @@ if (!_.isBoolean(v) && !_.isPlainObject(v)) { |
{ | ||
"name": "html-reporter", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Plugin for gemini and hermione which is intended to aggregate the results of tests running into html report", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
410368
2753