You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## 2.0.0
4
+
* Parse JUnit report with detailed message in failure https://github.com/dorny/test-reporter/pull/559
5
+
* Support displaying test results in markdown using GitHub Actions Job Summaries https://github.com/dorny/test-reporter/pull/383
6
+
7
+
## 1.9.1
8
+
* Fix problematic retransmission of authentication token https://github.com/dorny/test-reporter/pull/438
9
+
* Report correct number of tests in Dart https://github.com/dorny/test-reporter/pull/426
10
+
* Number of completed tests mismatches passed/failed https://github.com/dorny/test-reporter/issues/319
11
+
12
+
## 1.9.0
13
+
* Add support for Rspec (Ruby) https://github.com/dorny/test-reporter/pull/398
14
+
3
15
## 1.8.0
4
16
* Add `SwiftXunitParser` class based on `JavaJunitParser` for `swift-xunit` reporter https://github.com/dorny/test-reporter/pull/317
5
17
* Use NodeJS 18 LTS as default runtime https://github.com/dorny/test-reporter/pull/332
0 commit comments