Socket
Socket
Sign inDemoInstall

@wdio/globals

Package Overview
Dependencies
2
Maintainers
3
Versions
218
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
1719
22Next

8.0.8

Diff

Changelog

Source

v8.0.8 (2022-12-07)

:bug: Bug Fix
  • wdio-cli
    • #9342 Improve path handling for Windows (@christian-bromann)
  • wdio-selenium-standalone-service
:nail_care: Polish
  • wdio-types
:house: Internal
  • wdio-cli, wdio-local-runner
  • Other
    • #9336 Modified globalSetup.ts to make reason and origin of throwBetterErrorMessage more clear (@RossVertizan)
  • wdio-cli
    • #9335 Modified wdio-cli -> utils.test.ts -> getProjectRoot to handle alternate names of clone directory (@RossVertizan)
Committers: 4
wdio-user
published 8.0.7 •

Changelog

Source

v8.0.7 (2022-12-06)

:bug: Bug Fix
Committers: 2
wdio-user
published 8.0.6 •

Changelog

Source

v8.0.6 (2022-12-05)

:bug: Bug Fix
  • wdio-browser-runner, wdio-local-runner, wdio-runner, wdio-sauce-service
:house: Internal
  • wdio-types
    • #9297 @wdio/types: add tsconfigs to .npmignore (@SCG82)
Committers: 2
wdio-user
published 8.0.5 •

Changelog

Source

v8.0.5 (2022-12-05)

:bug: Bug Fix
  • wdio-cli, wdio-globals, wdio-runner
:nail_care: Polish
Committers: 2
wdio-user
published 8.0.4 •

Changelog

Source

v8.0.4 (2022-12-02)

:house: Internal
  • wdio-browser-runner, wdio-globals, wdio-jasmine-framework, wdio-runner
    • #9292 expect-webdriverio: update packages to use 4.0.1 (@SCG82)
Committers: 1
wdio-user
published 8.0.2 •

Changelog

Source

v8.0.2 (2022-12-02)

:bug: Bug Fix
  • wdio-browserstack-service
    • #9282 @wdio/browserstack-service: update peer dependencies for v8 (@SCG82)
:nail_care: Polish
  • wdio-utils, webdriver
Committers: 2
wdio-user
published 8.0.1 •

Changelog

Source

v8.0.15 (2022-12-28)

:house: Internal
  • Other
  • wdio-cli
  • devtools, wdio-protocols, webdriver, webdriverio
Committers: 2
wdio-user
published 8.0.0 •

Changelog

Source

v8.0.0 (2022-12-01)

:boom: Breaking Change
  • Drop Node.js v12, v13 and v14 Support
  • Transition code base from CommonJS to ESM
    • This should not affect WebdriverIO users as you can use the testrunner, as well as webdriver, devtools and webdriverio NPM packages in a CJS environment
    • We still mark this as breaking as we can't gurantee that all (untested) functionality will behave the same due to all rewrites done to the code base
  • Removal of @wdio/sync which we deprecated in v7
  • WebdriverIO types are now accessible through @wdio/globals/types instead of webdriverio/async
  • Removal of browser.config
    • Please use browser.options instead
    • This will stop support assigning custom properties to the wdio.conf.js which we disadvise you to do, instead either assign it as part of a custom capability, e.g. custom:options (note the : in it, read more on custom capabilities in the WebDriver spec) or via `@wdio/shared-store-service
  • discontinued support for tsconfig-paths
:rocket: New Feature
  • New runner plugin called @wdio/browser-runner allows you to run unit and component tests in the browser
  • Access WebdriverIO primitives through the new @wdio/globals package
  • New Action API
:house: Internal
  • Update required Node.js version for development to v18.12.1
  • Migrate unit tests from Jest to Vitest
:nail_care: Polish
  • Improvements on configuration wizard and create-wdio
    • It now detects whether your projects uses ESM or CJS and creates example files accordingly
    • It now finds the project root and sets up the project relative to it
    • Adds support for browser runner selection
:memo: Documentation
  • Little design tweaks to the hero section on the main page
  • Added new section for component testing
  • Added new API section for browser, element, mock objects, modules and environment variables
wdio-user
published 8.0.0-alpha.631 •

wdio-user
published 8.0.0-alpha.630 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc