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 hidden (Show)

webdriverio - v6.0.12

Published by christian-bromann over 4 years ago

No updates!

webdriverio - v6.0.13

Published by christian-bromann over 4 years ago

v6.0.13 (2020-04-02)

πŸ› Bug Fix

  • devtools
    • #5198 Closes #5197 - Devtools' launcher should respect "binary" field from moz:firefoxOptions (@Writhe)
  • wdio-static-server-service
    • #5196 Correctly bind this when promisifying static server listen method (@ctavan)

πŸ’… Polish

πŸ“ Documentation

Committers: 6

webdriverio - v6.0.14

Published by christian-bromann over 4 years ago

v6.0.14 (2020-04-07)

πŸš€ New Feature

  • wdio-sync, webdriverio

πŸ› Bug Fix

πŸ’… Polish

πŸ“ Documentation

Committers: 9

webdriverio - v6.0.15

Published by christian-bromann over 4 years ago

v6.0.15 (2020-04-09)

πŸ› Bug Fix

πŸ“ Documentation

  • wdio-cli, wdio-cucumber-framework, wdio-jasmine-framework, wdio-mocha-framework, wdio-sync, webdriver, webdriverio
  • Other

Committers: 3

webdriverio - v6.0.16

Published by christian-bromann over 4 years ago

v6.0.16 (2020-04-14)

πŸ› Bug Fix

  • wdio-browserstack-service
    • #5259 Add any non-passing Cucumber test result to failure count (@esaari)
  • wdio-utils
    • #5260 fix(wdio-utils): add isBase64 function and remove 'is-base64' library (@tawfiknouri)

πŸ’… Polish

πŸ“ Documentation

  • wdio-firefox-profile-service
    • #5261 Explain that using custom extensions requires Firefox Developer Edition (@jan-molak)
  • Other

Committers: 6

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