Skip to content

Commit

Permalink
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,17 @@

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="9.2.0"></a>
# [9.2.0](https://github.com/gemini-testing/html-reporter/compare/v9.1.1...v9.2.0) (2022-08-05)


### Features

* add ability to group tests by keys from meta of tests ([5fd3526](https://github.com/gemini-testing/html-reporter/commit/5fd3526))
* add ability to mark matched results on selected group ([8275b95](https://github.com/gemini-testing/html-reporter/commit/8275b95))



<a name="9.1.1"></a>
## [9.1.1](https://github.com/gemini-testing/html-reporter/compare/v9.1.0...v9.1.1) (2022-08-04)

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
"version": "9.1.1",
"version": "9.2.0",
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
"scripts": {
"coverage": "nyc npm run test-unit",

0 comments on commit c938b02

Please sign in to comment.