diff --git a/.changeset/unblock-canary-9-30-1.md b/.changeset/unblock-canary-9-30-1.md new file mode 100644 index 0000000..a8a1f9d --- /dev/null +++ b/.changeset/unblock-canary-9-30-1.md @@ -0,0 +1,5 @@ +--- +"@wdio/browserstack-service": patch +--- + +Refresh the framework session id on `reloadSession` so Test Observability keeps linking to the correct session after a reload (#54), and declare `browser.setCustomTags` on the `WebdriverIO.Browser` type so it type-checks in consumer projects (SDK-6882, #53).