Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/pr-191.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/pr-210.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pr-214.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/browserstack-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @wdio/browserstack-service

## 9.38.0

### Minor Changes

- 6844406: - WebdriverIO + CucumberJS now runs on the BrowserStack CLI flow, the same path Mocha already uses. Reporting, accessibility, Percy and session naming behave as before — no config change is needed.
- Fixed: sessions were left unmarked pass/fail when setSessionName: false was set. Naming and status are independent options again.
- Fixed: the accessibility extension was not applied on non-BrowserStack infrastructure, leaving scans empty on otherwise green runs.

### Patch Changes

- e016e7d: - Fixed Percy capture on WebdriverIO. Runs with `percy: true` logged "Unsupported driver for percy" and produced no screenshots, while the tests themselves continued to pass.
- Fixed Percy web snapshots, which previously captured nothing on WebdriverIO.
- Percy errors are now logged instead of failing the test. Set `PERCY_RAISE_ERROR=true` to fail the build on Percy errors instead.
- Added Percy documentation to the README, including how to use a Percy web project alongside this service.
- 4bc51b5: - Fixed test tags not being reported to Test Observability for Mocha and Jasmine. Tags written as `@tag` tokens in suite or test titles are now sent with each test.

## 9.37.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browserstack-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/browserstack-service",
"version": "9.37.0",
"version": "9.38.0",
"description": "WebdriverIO service for better Browserstack integration",
"author": "BrowserStack <support@browserstack.com>",
"homepage": "https://github.com/browserstack/wdio-browserstack-service",
Expand Down
Loading