json-reporter
Advanced tools
Comparing version 0.5.1 to 0.6.0
@@ -5,2 +5,22 @@ # Change Log | ||
<a name="0.6.0"></a> | ||
# [0.6.0](https://github.com/gemini-testing/json-reporter/compare/v0.5.1...v0.6.0) (2018-11-19) | ||
### Features | ||
* add meta info to test result ([08bcf4b](https://github.com/gemini-testing/json-reporter/commit/08bcf4b)) | ||
<a name="0.5.1"></a> | ||
# [0.5.1](https://github.com/gemini-testing/json-reporter/compare/v0.5.0...v0.5.1) (2018-02-14) | ||
### Bug Fixes | ||
* fix: parse cli and config validation ([e391f98](https://github.com/gemini-testing/json-reporter/commit/e391f9867871d593dc0edeb49a6c479f556713da)) | ||
<a name="0.5.0"></a> | ||
@@ -7,0 +27,0 @@ # [0.5.0](https://github.com/gemini-testing/json-reporter/compare/v0.4.0...v0.5.0) (2017-10-19) |
@@ -15,3 +15,4 @@ 'use strict'; | ||
file: utils.getRelativePath(filePath), | ||
duration: result.duration || null | ||
duration: result.duration || null, | ||
meta: result.meta | ||
}; | ||
@@ -18,0 +19,0 @@ |
{ | ||
"name": "json-reporter", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "Common plugin for gemini and hermione which is intended to aggregate the results of tests running", | ||
@@ -5,0 +5,0 @@ "main": "gemini.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
17184
233