Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

3.2.0b

Compare
Choose a tag to compare
@diemol diemol released this 15 Mar 12:54
· 1378 commits to master since this release

Selenium 3.2.0

New features and improvements:

  • Improved dashboard, more information available for each test run
    • Browser version and platform
    • Date and time of execution
    • Information about where it was executed (Zalenium, SauceLabs, BrowserStack, etc...)
  • Supporting latest as version for docker-selenium nodes
    • This assumes that your current local docker-selenium image is containing the latest browser version.
  • Passing browser version latest to a cloud provider when supported
    • E.g. If a test is redirected to Sauce Labs, and no version is passed, latest will be added.
    • BrowserStack does not support latest since they use the latest available browser version for the specified platform.
  • Shutting down nodes after test inactivity
    • See more information here