Skip to content

Commit 6896772

Browse files
authored
Merge pull request #706 from dorny/release/v2.4.0
test-reporter release v2.4.0
2 parents 6efb86e + e17be7e commit 6896772

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## 2.4.0
4+
* Feature: Add PHPUnit support with JUnit XML dialect parser https://github.com/dorny/test-reporter/pull/422
5+
* Feature: Add JUnit XML sample files and tests for validation https://github.com/dorny/test-reporter/pull/701
6+
* Fix: Refactor deprecated `String.substr()` function to use `String.substring()` https://github.com/dorny/test-reporter/pull/704
7+
38
## 2.3.0
49
* Feature: Add Python support with `python-xunit` reporter (pytest) https://github.com/dorny/test-reporter/pull/643
510
* Feature: Add pytest traceback parsing and `directory-mapping` option https://github.com/dorny/test-reporter/pull/238

package-lock.json

Lines changed: 12 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.3.0",
3+
"version": "2.4.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)