From f93131d98610eee2102d74598639c7c9c402a33f Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Feb 2024 10:18:53 +0000 Subject: [PATCH 1/2] Issue #480 - Upgrade Firefox to version 123.0 --- Dockerfile | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97bd2f6..7c23982 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ ENV DATADRIVER_VERSION 1.10.0 ENV DATETIMETZ_VERSION 1.0.6 ENV MICROSOFT_EDGE_VERSION 121.0.2277.106 ENV FAKER_VERSION 5.0.0 -ENV FIREFOX_VERSION 122.0 +ENV FIREFOX_VERSION 123.0 ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.33.0 ENV IMAP_LIBRARY_VERSION 0.4.6 diff --git a/README.md b/README.md index 99d19fe..03b4761 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The versions used are: * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.2.0 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 -* Firefox 122.0 +* Firefox 123.0 * Chromium 121.0 * Microsoft Edge 121.0.2277.106 * [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.32.36 @@ -268,7 +268,7 @@ By default, the test run ID is empty. ### Upload test reports to an AWS S3 bucket To upload the report of a test run to an S3 bucket, you need to define the following environment variables: - + docker run \ -e AWS_ACCESS_KEY_ID= \ -e AWS_SECRET_ACCESS_KEY= \ @@ -323,6 +323,7 @@ Screenshots of the results will be available in the `reports/` folder. ### Chromium is crashing Chrome drivers might crash due to the small size of `/dev/shm` in the docker container: + > UnknownError: session deleted because of page crash This is [a known bug of Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=715363). From ab1cf8350f4d4c84a4f3ae7395fe66e28a81b286 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Feb 2024 10:20:34 +0000 Subject: [PATCH 2/2] Issue #479 - Upgrade Chromium to version 122.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c23982..deff750 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ ENV ROBOT_GID 1000 ENV AWS_CLI_VERSION 1.32.36 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV BROWSER_LIBRARY_VERSION 18.0.0 -ENV CHROMIUM_VERSION 121.0 +ENV CHROMIUM_VERSION 122.0 ENV DATABASE_LIBRARY_VERSION 1.4.3 ENV DATADRIVER_VERSION 1.10.0 ENV DATETIMETZ_VERSION 1.0.6 diff --git a/README.md b/README.md index 03b4761..fdeec90 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The versions used are: * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 * Firefox 123.0 -* Chromium 121.0 +* Chromium 122.0 * Microsoft Edge 121.0.2277.106 * [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.32.36