Skip to content

Commit 7b7927a

Browse files
committed
test-reporter release v2.2.0
1 parent eeac280 commit 7b7927a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.2.0
4+
* Feature: Add collapsed option to control report summary visibility https://github.com/dorny/test-reporter/pull/664
5+
* Fix badge encoding for values including underscore and hyphens https://github.com/dorny/test-reporter/pull/672
6+
* Fix missing `report-title` attribute in action definition https://github.com/dorny/test-reporter/pull/637
7+
* Refactor variable names to fix shadowing issues https://github.com/dorny/test-reporter/pull/630
8+
39
## 2.1.1
410
* Fix error when a TestMethod element does not have a className attribute in a trx file https://github.com/dorny/test-reporter/pull/623
511
* Add stack trace from trx to summary https://github.com/dorny/test-reporter/pull/615

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "test-reporter",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"private": true,
55
"description": "Presents test results from popular testing frameworks as Github check run",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)