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
# test-runner - Changelog
2
2
3
+
## 3.1.0 - 2023-11-24
4
+
5
+
* Format millisecond/second time values in reports as numbers.
6
+
* For JSON: `"time": "12030 ms"` is now `"time": 12030`.
7
+
* For JUnit XML: `value="12.03 s"` is now `value="12.03"`.
8
+
* Add elapsed time to test run status logging.
9
+
* Add `rerunExecutionTime` value to main test reports.
10
+
* This is sum of all the re-run `RunTime`s. Similar to `testExecutionTime`.
11
+
* Remove spaces in class time CSV report.
12
+
* Add output of class time report to JSON.
13
+
* Optimise missing test re-run request payload when requesting all tests in a class.
14
+
3
15
## 3.0.0 - 2023-10-23
4
16
5
17
***BREAKING**: `AsyncTestRunner` now does not re-throw errors. Instead it returns a `TestRunnerResult` type which includes all test results retrieved and optional error.
0 commit comments