diff --git a/Dockerfile b/Dockerfile index 97bd2f6..deff750 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,13 +35,13 @@ 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 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..fdeec90 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ 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 -* Chromium 121.0 +* Firefox 123.0 +* Chromium 122.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).