File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ ENV ROBOT_GID 1000
3535ENV AWS_CLI_VERSION 1.32.36
3636ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
3737ENV BROWSER_LIBRARY_VERSION 18.0.0
38- ENV CHROMIUM_VERSION 121 .0
38+ ENV CHROMIUM_VERSION 122 .0
3939ENV DATABASE_LIBRARY_VERSION 1.4.3
4040ENV DATADRIVER_VERSION 1.10.0
4141ENV DATETIMETZ_VERSION 1.0.6
4242ENV MICROSOFT_EDGE_VERSION 121.0.2277.106
4343ENV FAKER_VERSION 5.0.0
44- ENV FIREFOX_VERSION 122 .0
44+ ENV FIREFOX_VERSION 123 .0
4545ENV FTP_LIBRARY_VERSION 1.9
4646ENV GECKO_DRIVER_VERSION v0.33.0
4747ENV IMAP_LIBRARY_VERSION 0.4.6
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ The versions used are:
6161* [ Robot Framework SeleniumLibrary] ( https://github.com/robotframework/SeleniumLibrary ) 6.2.0
6262* [ Robot Framework SSHLibrary] ( https://github.com/robotframework/SSHLibrary ) 3.8.0
6363* [ Axe Selenium Library] ( https://github.com/mozilla-services/axe-selenium-python ) 2.1.6
64- * Firefox 122 .0
65- * Chromium 121 .0
64+ * Firefox 123 .0
65+ * Chromium 122 .0
6666* Microsoft Edge 121.0.2277.106
6767* [ Amazon AWS CLI] ( https://pypi.org/project/awscli/ ) 1.32.36
6868
@@ -268,7 +268,7 @@ By default, the test run ID is empty.
268268### Upload test reports to an AWS S3 bucket
269269
270270To upload the report of a test run to an S3 bucket, you need to define the following environment variables:
271-
271+
272272 docker run \
273273 -e AWS_ACCESS_KEY_ID=<your AWS key> \
274274 -e AWS_SECRET_ACCESS_KEY=<your AWS secret> \
@@ -323,6 +323,7 @@ Screenshots of the results will be available in the `reports/` folder.
323323### Chromium is crashing
324324
325325Chrome drivers might crash due to the small size of ` /dev/shm ` in the docker container:
326+
326327> UnknownError: session deleted because of page crash
327328
328329This is [ a known bug of Chromium] ( https://bugs.chromium.org/p/chromium/issues/detail?id=715363 ) .
You can’t perform that action at this time.
0 commit comments