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 - v6.0.17

Published by christian-bromann over 4 years ago

v6.0.17 (2020-04-15)

πŸ› Bug Fix

Committers: 1

webdriverio - v6.0.18

Published by christian-bromann over 4 years ago

v6.0.18 (2020-04-17)

πŸ“ Documentation

Committers: 3

webdriverio - v6.1.0

Published by christian-bromann over 4 years ago

v6.1.0 (2020-04-20)

πŸš€ New Feature

πŸ› Bug Fix

πŸ’… Polish

  • wdio-sauce-service

πŸ“ Documentation

Committers: 7

webdriverio - v6.1.1

Published by christian-bromann over 4 years ago

v6.1.1 (2020-04-21)

πŸ› Bug Fix

  • wdio-runner
  • wdio-allure-reporter
    • #5296 Closes #5291(@wdio/allure-reporter) - return status failed when an assertion failed with expect-webdriverio (@lacell75)

πŸ’… Polish

  • wdio-allure-reporter, wdio-cucumber-framework
    • #5304 Fix#5292 (@wdio/allure-reporter, @wdio/cucumber-framework) added description of cucumber scenario in reports (@lacell75)

Committers: 3

webdriverio - v6.1.2

Published by christian-bromann over 4 years ago

v6.1.2 (2020-04-22)

πŸ‘“ Spec Compliancy

πŸ› Bug Fix

  • wdio-cli, wdio-config, wdio-junit-reporter, webdriver, webdriverio

Committers: 2

webdriverio - v6.1.3

Published by christian-bromann over 4 years ago

No updates.

webdriverio - v6.1.4

Published by christian-bromann over 4 years ago

v6.1.4 (2020-04-25)

πŸ› Bug Fix

  • wdio-browserstack-service, wdio-crossbrowsertesting-service, wdio-shared-store-service, wdio-sumologic-reporter, wdio-testingbot-service, webdriver, webdriverio

Committers: 3

webdriverio - v6.1.5

Published by christian-bromann over 4 years ago

v6.1.5 (2020-04-28)

πŸ“ Documentation

  • wdio-runner, wdio-sync, webdriverio

🏠 Internal

Committers: 4

webdriverio - v6.1.6

Published by christian-bromann over 4 years ago

v6.1.6 (2020-04-28)

πŸ› Bug Fix

  • wdio-cucumber-framework, wdio-jasmine-framework, wdio-mocha-framework, wdio-runner

Committers: 1

webdriverio - v6.1.7

Published by christian-bromann over 4 years ago

v6.1.7 (2020-05-02)

πŸ› Bug Fix

πŸ“ Documentation

Committers: 4

webdriverio - v6.1.8

Published by christian-bromann over 4 years ago

v6.1.8 (2020-05-05)

πŸ’… Polish

  • wdio-devtools-service
  • devtools, wdio-sync, wdio-utils, webdriver, webdriverio
  • devtools
    • #5344 ignore defaultChromeFlags / PptrDefaultArgs tags (@anemer)

🏠 Internal

Committers: 4

webdriverio - v6.1.9

Published by christian-bromann over 4 years ago

v6.1.9 (2020-05-06)

πŸ› Bug Fix

πŸ“ Documentation

  • wdio-reporter

Committers: 3

webdriverio - V1.0.0

Published by vvo almost 11 years ago

  • refactored chain API using chainit to resolve pause(1) and chain order bugs, fixes many chain issues
  • refactored test launcher, use a local server and a local file for testing, provide easy local testing and fully mocha compliant
  • refactored commands/protocols modules syntax
  • refactored prototype launcher (use named functions)
  • removed most of the if(!callback) checks in code, chainit always sends a callback if needed
  • use simple travis commands (we will be able to run on many browsers without having to code a runner), see admc/wd example
  • logLevel defaults to silent (too much output at first use)
  • singleton defaults to false (misleading default option)
  • added maximize protocol
  • cleaner readme
    travis-ci now used on all PR and all pushed to master, as you can see in this PR and you can check the results
webdriverio - improved remote use of webdriverjs

Published by christian-bromann about 11 years ago

  • simplified remote connection establishment
  • added documentation for using webdriverjs with TestingBot
  • command getAttribute returns unfiltered value from browser-driver
webdriverio - enables proper use of modifier keys

Published by christian-bromann about 11 years ago

  • improved setValue and addValue command
  • enables proper use of modifier keys
  • added tests using modifier keys
  • execute travis tests with Sauce Labs, added badge README.md
webdriverio - Removed postinstall process

Published by christian-bromann about 11 years ago

  • removed npm postinstall script because of missing support on windows machines, should be downloaded manually anyway
  • includes PR #82 - Fixed a wrong name on a local variable reference
  • added CONTRIBUTING.md
  • rewrote some parts in README.md
webdriverio - Support for new selenium-server versions

Published by christian-bromann about 11 years ago

  • added support for selenium-server-standalonver > v2.31.0
  • improved command executions for click, waitFor and getLocation
  • removed duplicate command setSize()
  • added more tests
  • removed selenium-server-standalonver jar from repository
  • implemented install script for downloading this jar into .bin folder
  • cleaned up git repository (got rid of big jar files in git history) - requires to re-checkout this repository
webdriverio - SauceLabs and unicode character support

Published by christian-bromann about 11 years ago