Skip to content

Commit

Permalink
chore: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pwrightcertinia committed Nov 23, 2023
1 parent a59a445 commit 82055f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# test-runner - Changelog

## 3.1.0 - 2023-11-24

* Format millisecond/second time values in reports as numbers.
* For JSON: `"time": "12030 ms"` is now `"time": 12030`.
* For JUnit XML: `value="12.03 s"` is now `value="12.03"`.
* Add elapsed time to test run status logging.
* Add `rerunExecutionTime` value to main test reports.
* This is sum of all the re-run `RunTime`s. Similar to `testExecutionTime`.
* Remove spaces in class time CSV report.
* Add output of class time report to JSON.
* Optimise missing test re-run request payload when requesting all tests in a class.

## 3.0.0 - 2023-10-23

* **BREAKING**: `AsyncTestRunner` now does not re-throw errors. Instead it returns a `TestRunnerResult` type which includes all test results retrieved and optional error.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apexdevtools/test-runner",
"version": "3.0.0",
"version": "3.1.0",
"description": "Apex parallel test runner with reliability goodness",
"author": {
"name": "Apex Dev Tools Team",
Expand Down

0 comments on commit 82055f4

Please sign in to comment.