diff --git a/.changeset/sdk-6983-rescue-log-upload-on-signal-v8.md b/.changeset/sdk-6983-rescue-log-upload-on-signal-v8.md new file mode 100644 index 0000000..3ea1c21 --- /dev/null +++ b/.changeset/sdk-6983-rescue-log-upload-on-signal-v8.md @@ -0,0 +1,5 @@ +--- +"@wdio/browserstack-service": patch +--- + +- Fixed SDK logs not being uploaded when a test run is interrupted (Ctrl-C or CI job cancellation); interrupted runs are now reported with their termination reason on the build record.