test-reporter release v2.2.0

This commit is contained in:
Jozef Izso 2025-11-13 21:02:39 +01:00
parent eeac280b8e
commit 7b7927aa7d
Failed to extract signature
3 changed files with 9 additions and 3 deletions

View file

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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "test-reporter",
"version": "2.1.1",
"version": "2.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "test-reporter",
"version": "2.1.1",
"version": "2.2.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",

View file

@ -1,6 +1,6 @@
{
"name": "test-reporter",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"description": "Presents test results from popular testing frameworks as Github check run",
"main": "lib/main.js",