webdriverio

Next-gen browser and mobile automation test framework for Node.js

MIT License

Downloads
94.5M
Stars
8.8K
Committers
610

Bot releases are visible (Hide)

webdriverio - v8.0.13

Published by github-actions[bot] almost 2 years ago

v8.0.13 (2022-12-14)

πŸ› Bug Fix

πŸ“ Documentation

Committers: 1

webdriverio - v8.0.12

Published by github-actions[bot] almost 2 years ago

v8.0.12 (2022-12-12)

πŸ› Bug Fix

Committers: 1

webdriverio - v8.0.11

Published by github-actions[bot] almost 2 years ago

webdriverio - v8.0.10

Published by github-actions[bot] almost 2 years ago

v8.0.10 (2022-12-11)

πŸš€ New Feature

  • devtools, wdio-devtools-service, webdriverio
    • #9354 feat: ability to send headers when connect to browser using puppeteer (@DudaGod)

πŸ› Bug Fix

πŸ’… Polish

πŸ“ Documentation

Committers: 4

webdriverio - v8.0.9

Published by github-actions[bot] almost 2 years ago

v8.0.9 (2022-12-07)

πŸ› Bug Fix

  • webdriverio
    • #9344 webdriverio: use v7 scrollIntoView implementation for mobile (@SCG82)

πŸ“ Documentation

Committers: 2

webdriverio - v8.0.8

Published by github-actions[bot] almost 2 years ago

v8.0.8 (2022-12-07)

πŸ› Bug Fix

πŸ’… Polish

  • wdio-types

🏠 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

webdriverio - v8.0.7

Published by github-actions[bot] almost 2 years ago

v8.0.7 (2022-12-06)

πŸ› Bug Fix

Committers: 2

webdriverio - v8.0.6

Published by github-actions[bot] almost 2 years ago

v8.0.6 (2022-12-05)

πŸ› Bug Fix

  • wdio-browser-runner, wdio-local-runner, wdio-runner, wdio-sauce-service

🏠 Internal

  • wdio-types
    • #9297 @wdio/types: add tsconfigs to .npmignore (@SCG82)

Committers: 2

webdriverio - v8.0.5

Published by github-actions[bot] almost 2 years ago

v8.0.5 (2022-12-05)

πŸ› Bug Fix

  • wdio-cli, wdio-globals, wdio-runner

πŸ’… Polish

Committers: 2

webdriverio - v8.0.4

Published by github-actions[bot] almost 2 years ago

v8.0.4 (2022-12-02)

🏠 Internal

  • wdio-browser-runner, wdio-globals, wdio-jasmine-framework, wdio-runner
    • #9292 expect-webdriverio: update packages to use 4.0.1 (@SCG82)

Committers: 1

webdriverio - v8.0.3

Published by github-actions[bot] almost 2 years ago

v8.0.3 (2022-12-02)

πŸ› Bug Fix

πŸ’… Polish

  • wdio-browser-runner, wdio-local-runner, wdio-runner

Committers: 1

webdriverio - v8.0.2

Published by github-actions[bot] almost 2 years ago

v8.0.2 (2022-12-02)

πŸ› Bug Fix

  • wdio-browserstack-service
    • #9282 @wdio/browserstack-service: update peer dependencies for v8 (@SCG82)

πŸ’… Polish

  • wdio-utils, webdriver

Committers: 2

webdriverio - v8

Published by christian-bromann almost 2 years ago

πŸ’₯ 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

πŸš€ 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

🏠 Internal

  • Update required Node.js version for development to v18.12.1
  • Migrate unit tests from Jest to Vitest

πŸ’… 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

πŸ“ 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
webdriverio - v7.27.0

Published by github-actions[bot] almost 2 years ago

v7.27.0 (2022-11-23)

πŸ‘“ Spec Compliancy

  • wdio-protocols

πŸš€ New Feature

  • wdio-browserstack-service
    • #9168 [v7] @wdio/browserstack-service: Add session naming options (@SCG82)

πŸ’… Polish

  • wdio-sauce-service
    • #9167 [v7] @wdio/sauce-service: apply setJobName in beforeSuite (@SCG82)

πŸ“ Documentation

  • wdio-cli
    • #9228 [v7] Add the Vitaq AI service to the list of services in the v7 WebdriverIO documentation (@RossVertizan)

Committers: 3

webdriverio - v7.26.0

Published by github-actions[bot] almost 2 years ago

v7.26.0 (2022-11-12)

πŸ› Bug Fix

  • wdio-concise-reporter, wdio-junit-reporter, wdio-runner, wdio-types
    • #9157 [v7] @wdio/types: Add type definition for reporter outputFileFormat (@SCG82)
  • wdio-config

πŸ“ Documentation

  • wdio-types
    • #9137 [v7] @wdio/types: fix ChromeOptions - perfLoggingPrefs (@SCG82)
    • #9121 Add missing capability types in BrowserStackCapabilities (@SCG82)

Committers: 3

webdriverio - v7.25.4

Published by github-actions[bot] almost 2 years ago

v7.25.4 (2022-10-28)

πŸ› Bug Fix

  • wdio-mocha-framework
    • #9083 Issue 9082 - beforeTest afterTest hooks not working with specify test interface in Mocha BDD (@nagpalkaran95)
  • webdriverio

πŸ“ Documentation

  • #9088 Fix example to check wdio options with TypeScript (v7) (@rhysd)

Committers: 4

webdriverio - v7.25.3

Published by github-actions[bot] about 2 years ago

No updates!

webdriverio - v7.25.2

Published by github-actions[bot] about 2 years ago

No updates!

webdriverio - v7.25.1

Published by github-actions[bot] about 2 years ago

No updates!

webdriverio - v7.25.0

Published by github-actions[bot] about 2 years ago

v7.25.0 (2022-09-23)

πŸš€ New Feature

  • wdio-browserstack-service
    • #8856 [Browserstack-service] Local App file upload to browserstack for Appium sessions (@avinash-bharti)

Committers: 1