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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# test-runner - Changelog
2
2
3
+
## 3.0.0 - 2023-10-23
4
+
5
+
***BREAKING**: `AsyncTestRunner` now does not re-throw errors. Instead it returns a `TestRunnerResult` type which includes all test results retrieved and optional error.
6
+
7
+
* Adds `ts-retry-promise` as dependency.
8
+
* Replacing uses of `@salesforce/core`'s `PollingClient`.
9
+
* All errors are now caught and retried, instead of just network errors.
10
+
* Errors and retries will be logged.
11
+
* Reworked `TestAll` command to return partial result, no longer potentially undefined.
12
+
* Added retries to many external request promises.
13
+
* Currently fixed 3 additional attempts made over ~2 minutes.
14
+
* Added inline logging of test failures as they happen.
15
+
* Fix rounding error with test status logging, show completed number.
16
+
*`TestAborter` no longer waits after marking aborted tests.
17
+
3
18
## 2.1.0 - 2023-10-13
4
19
5
20
* Update to `@salesforce/core` v4 and other supporting deps.
0 commit comments