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.1k
Zalenium running with Selenium 3.3.1
New features and improvements:
- BETA Support for Kubernetes, credits to @pearj!
- Check the initial documentation
- Upgrade SauceConnect to 4.4.7 and base image to ubuntu:xenial-20170510, credits to @elgalu
- Improving container logic creation to fix #143, credits to @diemol
3.3.1j
3.3.1i
Zalenium running with Selenium 3.3.1
New features and improvements:
- Removing network container mode for #103
- Changing default values for polling nodes to reduce the grid's workload for #116
- Adjusting live preview to work with the default bridge network mode in docker.
- Creating containers in a faster and aggressive way to avoid blocking the grid for #116
- Adding a small performance document to show our findings while working on #116
3.3.1h
3.3.1g
Zalenium running with Selenium 3.3.1
New features and improvements:
3.3.1f
Zalenium running with Selenium 3.3.1
New features and improvements:
- Using
dev/shm
instead of allocating 1GB per container viashmSize
, attempting to improve performance. - Use of haveged for random entropy, allowing nodes to register faster.
- Checking free ports and setting them for VNC and noVNC. This eases docker-selenium startup process.
- Deprecate selenium3_chrome_version in favor of selenium_chrome_version
- Adding cleanup feature in the dashboard, closing #99, credits to @robertzett
- Removing browser logs from dashboard since it is not possible to retrieve them.
- Rendering custom proxies and console servlets with html templates instead of mixing Java and HTML code.
- Fixed grep for container id when running in DinD, credits to @mattcfox
3.3.1e
3.3.1d
Zalenium running with Selenium 3.3.1
New features and improvements:
- Enable/disable video recording through the capabilities (recordVideo=true/false)
- Upgrade Sauce Connect from 4.4.5 to 4.4.6
- Improving setup for CloudProxies, now only showing how many sessions can be used in the grid console instead of all the capabilities.
3.3.1c
Zalenium running with Selenium 3.3.1
New features and improvements:
- Improved documentation
- Log aggregation and visualisation in the dashboard
- Check the new tab in the dashboard showing the logs after your test is executed
- Deprecating old parameters
- Ubuntu base image updated