Skip to content

Commit ad67970

Browse files
committed
chore(release): 6.0.0
1 parent 2dba713 commit ad67970

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

5+
<a name="6.0.0"></a>
6+
# [6.0.0](https://github.com/gemini-testing/html-reporter/compare/v6.0.0-alpha.31...v6.0.0) (2021-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* run tests not wrapped in "describe" ([#377](https://github.com/gemini-testing/html-reporter/issues/377)) ([2dba713](https://github.com/gemini-testing/html-reporter/commit/2dba713))
12+
* **group-errors:** do not show few error on case when ref is not exists ([#378](https://github.com/gemini-testing/html-reporter/issues/378)) ([5fcced1](https://github.com/gemini-testing/html-reporter/commit/5fcced1))
13+
* **tinder:** move open button to left side ([#380](https://github.com/gemini-testing/html-reporter/issues/380)) ([be8ff57](https://github.com/gemini-testing/html-reporter/commit/be8ff57))
14+
* **tinder mode:** filter images by selected browser ([#379](https://github.com/gemini-testing/html-reporter/issues/379)) ([910ae6b](https://github.com/gemini-testing/html-reporter/commit/910ae6b))
15+
* registering of yandex metrika goals ([#373](https://github.com/gemini-testing/html-reporter/issues/373)) ([7b0dc3d](https://github.com/gemini-testing/html-reporter/commit/7b0dc3d))
16+
17+
18+
### Features
19+
20+
* **y.metrika:** send "tti" time and "testsCount" ([#374](https://github.com/gemini-testing/html-reporter/issues/374)) ([97255c4](https://github.com/gemini-testing/html-reporter/commit/97255c4))
21+
* **y.metrika:** send counters id clicked by user ([#376](https://github.com/gemini-testing/html-reporter/issues/376)) ([bf80777](https://github.com/gemini-testing/html-reporter/commit/bf80777))
22+
* **y.metrika:** send web vitals performance ([#375](https://github.com/gemini-testing/html-reporter/issues/375)) ([05cfef8](https://github.com/gemini-testing/html-reporter/commit/05cfef8))
23+
24+
25+
526
<a name="6.0.0-alpha.31"></a>
627
# [6.0.0-alpha.31](https://github.com/gemini-testing/html-reporter/compare/v6.0.0-alpha.30...v6.0.0-alpha.31) (2021-03-24)
728

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-reporter",
3-
"version": "6.0.0-alpha.31",
3+
"version": "6.0.0",
44
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
55
"scripts": {
66
"coverage": "nyc npm run test-unit",

0 commit comments

Comments
 (0)