diff --git a/.changeset/pr-68.md b/.changeset/pr-68.md new file mode 100644 index 0000000..1e0a704 --- /dev/null +++ b/.changeset/pr-68.md @@ -0,0 +1,5 @@ +--- +"@wdio/browserstack-service": patch +--- + +Fixed skipped tests (it.skip, this.skip() in before/beforeEach hooks) and suites aborted by a failed before hook not being reported to Test Observability when using the CLI. Fixed Automate sessions from skipped/aborted spec files not being linked to the Test Observability build. Fixed hook results not appearing on the dashboard and a failed before hook not failing the build.