Skip to content

Commit f93131d

Browse files
committed
Issue #480 - Upgrade Firefox to version 123.0
1 parent 2124493 commit f93131d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ENV DATADRIVER_VERSION 1.10.0
4141
ENV DATETIMETZ_VERSION 1.0.6
4242
ENV MICROSOFT_EDGE_VERSION 121.0.2277.106
4343
ENV FAKER_VERSION 5.0.0
44-
ENV FIREFOX_VERSION 122.0
44+
ENV FIREFOX_VERSION 123.0
4545
ENV FTP_LIBRARY_VERSION 1.9
4646
ENV GECKO_DRIVER_VERSION v0.33.0
4747
ENV IMAP_LIBRARY_VERSION 0.4.6

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ 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
64+
* Firefox 123.0
6565
* Chromium 121.0
6666
* Microsoft Edge 121.0.2277.106
6767
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.32.36
@@ -268,7 +268,7 @@ By default, the test run ID is empty.
268268
### Upload test reports to an AWS S3 bucket
269269

270270
To 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

325325
Chrome 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
328329
This is [a known bug of Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=715363).

0 commit comments

Comments
 (0)