This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
2.53.1t
Selenium 2.53.1
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 fordocker-selenium
nodes- This assumes that your current local
docker-selenium
image is containing the latest browser version.
- This assumes that your current local
- 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.
- E.g. If a test is redirected to Sauce Labs, and no version is passed,
- Shutting down nodes after test inactivity
- See more information here