json-reporter
Version:
Common plugin for testplane and hermione which is intended to aggregate the results of tests running
229 lines (93 loc) • 5.88 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="3.2.1"></a>
## 3.2.1 (2025-12-16)
<a name="3.1.2"></a>
## [3.1.2](https://github.com/gemini-testing/json-reporter/compare/v3.1.1...v3.1.2) (2025-09-30)
### Bug Fixes
* fix addRetry method ([#32](https://github.com/gemini-testing/json-reporter/issues/32)) ([21f7b8d](https://github.com/gemini-testing/json-reporter/commit/21f7b8d))
<a name="3.1.1"></a>
## [3.1.1](https://github.com/gemini-testing/json-reporter/compare/v3.1.0...v3.1.1) (2025-01-21)
### Bug Fixes
* populate plugin parsed config to testplane config ([43c52c6](https://github.com/gemini-testing/json-reporter/commit/43c52c6))
<a name="3.1.0"></a>
# [3.1.0](https://github.com/gemini-testing/json-reporter/compare/v3.0.0...v3.1.0) (2024-04-22)
### Features
* add testplane support ([be22678](https://github.com/gemini-testing/json-reporter/commit/be22678))
<a name="2.1.1"></a>
## [2.1.1](https://github.com/gemini-testing/json-reporter/compare/v2.1.0...v2.1.1) (2020-02-21)
### Bug Fixes
* suitePath merged on retries ([60c289d](https://github.com/gemini-testing/json-reporter/commit/60c289d))
<a name="2.1.0"></a>
# [2.1.0](https://github.com/gemini-testing/json-reporter/compare/v2.0.0...v2.1.0) (2020-02-20)
### Features
* add suitePath to report ([49452bb](https://github.com/gemini-testing/json-reporter/commit/49452bb))
<a name="2.0.0"></a>
# [2.0.0](https://github.com/gemini-testing/json-reporter/compare/v1.2.1...v2.0.0) (2019-01-14)
### Features
* save fail message with fail stacktrace ([631de93](https://github.com/gemini-testing/json-reporter/commit/631de93))
### BREAKING CHANGES
* new API for errors and fails
<a name="1.2.1"></a>
## [1.2.1](https://github.com/gemini-testing/json-reporter/compare/v1.2.0...v1.2.1) (2019-01-09)
### Bug Fixes
* acknowledge gemini diff in a failed test ([637f518](https://github.com/gemini-testing/json-reporter/commit/637f518))
<a name="1.2.0"></a>
# [1.2.0](https://github.com/gemini-testing/json-reporter/compare/v1.0.0...v1.2.0) (2018-12-29)
### Features
* save stacktraces ([6877242](https://github.com/gemini-testing/json-reporter/commit/6877242))
<a name="1.1.0"></a>
# [1.1.0](https://github.com/gemini-testing/json-reporter/compare/v1.0.0...v1.1.0) (2018-12-29)
### Features
* save stacktraces ([6877242](https://github.com/gemini-testing/json-reporter/commit/6877242))
<a name="1.0.0"></a>
# [1.0.0](https://github.com/gemini-testing/json-reporter/compare/v0.6.0...v1.0.0) (2018-11-29)
### Features
* support the changed field name "referencePath" -> "refImg.path" ([3abc32e](https://github.com/gemini-testing/json-reporter/commit/3abc32e))
### BREAKING CHANGES
* in gemini changed format of data emitted on test execution events
<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>
# [0.5.0](https://github.com/gemini-testing/json-reporter/compare/v0.4.0...v0.5.0) (2017-10-19)
### Features
* use --json-reporter- as a cli prefix for plugin options ([c3aaf4d](https://github.com/gemini-testing/json-reporter/commit/c3aaf4d))
<a name="0.4.0"></a>
# [0.4.0](https://github.com/gemini-testing/json-reporter/compare/v0.2.0...v0.4.0) (2017-09-10)
### Bug Fixes
* execution time in hermione ([34dec3b](https://github.com/gemini-testing/json-reporter/commit/34dec3b))
### Features
* collect 'suiteFullName' property from gemini test result ([27cf554](https://github.com/gemini-testing/json-reporter/commit/27cf554))
* collect 'suiteName' property from gemini test result ([90cfd79](https://github.com/gemini-testing/json-reporter/commit/90cfd79))
<a name="0.2.0"></a>
# [0.2.0](https://github.com/gemini-testing/json-reporter/compare/v0.1.3...v0.2.0) (2017-08-10)
### Features
* implement test duration gathering ([057c321](https://github.com/gemini-testing/json-reporter/commit/057c321))
<a name="0.1.4"></a>
## [0.1.4](https://github.com/gemini-testing/json-reporter/compare/v0.1.3...v0.1.4) (2017-08-01)
<a name="0.1.3"></a>
## [0.1.3](https://github.com/gemini-testing/json-reporter/compare/v0.1.2...v0.1.3) (2017-04-27)
### Bug Fixes
* correct error event handling ([6805d64](https://github.com/gemini-testing/json-reporter/commit/6805d64))
<a name="0.1.2"></a>
## [0.1.2](https://github.com/gemini-testing/json-reporter/compare/v0.1.1...v0.1.2) (2017-03-17)
### Bug Fixes
* not attach url in hermione test if it doesn't exists ([39acdf0](https://github.com/gemini-testing/json-reporter/commit/39acdf0))
<a name="0.1.1"></a>
## [0.1.1](https://github.com/gemini-testing/json-reporter/compare/v0.1.0...v0.1.1) (2017-03-15)
### Bug Fixes
* not throw error when configure result if test parent is not defined ([f8180c6](https://github.com/gemini-testing/json-reporter/commit/f8180c6))
<a name="0.1.0"></a>
# 0.1.0 (2017-03-01)
### Bug Fixes
* improve readme ([84272ce](https://github.com/gemini-testing/json-reporter/commit/84272ce))
### Features
* implement core functionality ([65fc627](https://github.com/gemini-testing/json-reporter/commit/65fc627))
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.