Skip to content

Commit e8e2736

Browse files
committed
test-reporter release v2.1.1
1 parent 8dd7047 commit e8e2736

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## 2.1.1
4+
* Fix error when a TestMethod element does not have a className attribute in a trx file https://github.com/dorny/test-reporter/pull/623
5+
* Add stack trace from trx to summary https://github.com/dorny/test-reporter/pull/615
6+
* List only failed tests https://github.com/dorny/test-reporter/pull/606
7+
* Add type definitions to `github-utils.ts` https://github.com/dorny/test-reporter/pull/604
8+
* Avoid split on undefined https://github.com/dorny/test-reporter/pull/258
9+
* Return links to summary report https://github.com/dorny/test-reporter/pull/588
10+
* Add step summary short summary https://github.com/dorny/test-reporter/pull/589
11+
* Fix for empty TRX TestDefinitions https://github.com/dorny/test-reporter/pull/582
12+
* Increase step summary limit to 1MiB https://github.com/dorny/test-reporter/pull/581
13+
* Fix input description for list options https://github.com/dorny/test-reporter/pull/572
14+
315
## 2.1.0
416
* Feature: Add summary title https://github.com/dorny/test-reporter/pull/568
517
* Feature: Add Golang test parser https://github.com/dorny/test-reporter/pull/571

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.0",
3+
"version": "2.1.1",
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)