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

Releases: zalando/zalenium

2.53.1g

25 Nov 14:19
Compare
Choose a tag to compare

Solving some typos and wrong text being rendered, also added refresh parameter, it can be used like this:

http://localhost:4444/grid/admin/live?refresh=5, to refresh the view every 5 seconds.

2.53.1f

24 Nov 19:12
Compare
Choose a tag to compare

Live preview of the nodes is added, you can now see how the tests are being executed inside the containers.

After starring Zalenium, just go to http://localhost:4444/grid/admin/live, and check the execution.

2.53.1e

18 Nov 15:34
Compare
Choose a tag to compare
  • Fixed:
Error response from daemon: client is newer than server
(client API version: 1.24, server API version: 1.23)
  • Zalenium now works with both Docker 1.11 and 1.12
  • Also added Nginx for the upcoming VNC features.

2.53.1d

18 Nov 13:31
Compare
Choose a tag to compare

Performance improvement at startup time:

  • If too many nodes are configured, then the registration was taking too long, this is fixed in this release.
  • Reporting the correct docker error when something fails at startup

2.53.1c

16 Nov 08:19
Compare
Choose a tag to compare

Adding three new parameters to start the container, the parameters are forwarded to docker-selenium. The parameters are:

  • --screenWidth -> Sets the screen width. Defaults to 1900.
  • --screenHeight -> Sets the screen height. Defaults to 1880.
  • --timeZone -> Sets the time zone in the containers. Defaults to "Europe/Berlin".

Example:

docker run --rm -ti --name zalenium -p 4444:4444 \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v /tmp/videos:/home/seluser/videos \
    dosel/zalenium start --screenWidth 1440 --screenHeight 810 --timeZone "America/Montreal"

2.53.1b

11 Nov 14:29
Compare
Choose a tag to compare

Enable/disable video recording is possible now, it can be used by:

docker run --rm -ti --name zalenium -p 4444:4444 \
    -v /var/run/docker.sock:/var/run/docker.sock \
    dosel/zalenium start --videoRecordingEnabled false

2.53.1a

07 Nov 22:51
Compare
Choose a tag to compare

Zalenium working now entirely in docker.

About the project versioning:

  • To make life easy for people who want to use it, we are now using as a version number the Selenium version being supported.
  • E.g. This release is 2.53.1a, this means that this version is built with and supports Selenium 2.53.1.
  • The versioning will be similar to the one used in docker-selenium

Please see the README file for usage details.

v0.4.0

31 Oct 14:29
Compare
Choose a tag to compare
  • Making available the video recording feature from docker-selenium. When the test runs in docker-selenium, it will be automatically recorded and saved to the videos sub-folder where the JARs and the start script are present.
  • Allowing Zalenium to use the most recent docker-selenium image from the downloaded ones. E.g. If you have docker-selenium:2.53.1a and docker-selenium:2.53.1z, Zalenium will use the one tagged with 2.53.1z. This solves the issue #13

v0.3.0

25 Oct 11:47
Compare
Choose a tag to compare
[maven-scm] copy for tag v0.3.0

v0.2.0

11 Oct 06:04
Compare
Choose a tag to compare
[maven-scm] copy for tag v0.2.0