This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
Releases: zalando/zalenium
Releases · zalando/zalenium
3.3.1a
3.2.0e
3.2.0d
Selenium 3.2.0
New features and improvements:
- It is possible now to pass custom screen resolution in the test capabilities, see here
- Improved how containers are created, avoiding to duplicate container creation (there is a bit more logging now but we will remove it in future releases based on performance)
- Sauce Connect upgraded to version 4.4.5
3.2.0c
Selenium 3.2.0
Improvements and new features
- When running tests in Sauce Labs and downloading the video, now it gets converted to MP4, so it can be seen in the dashboard.
- Improved the way containers are created on incoming requests, thus avoiding creating way too many containers that end up sometimes orphaned.
2.53.1u
Selenium 2.53.1
Improvements and new features
- When running tests in Sauce Labs and downloading the video, now it gets converted to MP4, so it can be seen in the dashboard.
- Improved the way containers are created on incoming requests, thus avoiding creating way too many containers that end up sometimes orphaned.
3.2.0b
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 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
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
3.2.0a
Release with Selenium 3.2.0
IMPORTANT CHANGE
- The image with
latest
is now pointing to the most recent release that supports Selenium 3.- This was decided based on the data collected via Google Analytics, that shows a slightly higher usage of Selenium 3 vs. 2
- If you still need to use the latest image supporting Selenium 2, just use the tag
zalenium:2
3.1.0a
3.0.1h
Selenium 3.0.1
- [BETA] New video dashboard, you can see the videos after they get created at http://localhost:5555/dashboard.html.
- The static HTML file will be available also on the mapped folder for videos.