Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 392 Bytes

File metadata and controls

6 lines (5 loc) · 392 Bytes
@wdio/browserstack-service minor
  • Accessibility scans now run for driver commands issued from your WDIO config's hooks — before() and beforeSuite before the run starts, and afterSuite/after during teardown — so screens visited outside your tests are covered.
  • browser.performScan() called from a config hook is no longer attributed to a test that has not started.