Skip to content

Commit c87581f

Browse files
authored
Merge branch 'master' into documentation/playwright
2 parents fd1881c + 020b0ca commit c87581f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ ENV ROBOT_GID 1000
3535
ENV AWS_CLI_VERSION 1.32.36
3636
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
3737
ENV BROWSER_LIBRARY_VERSION 18.0.0
38-
ENV CHROMIUM_VERSION 121.0
38+
ENV CHROMIUM_VERSION 122.0
3939
ENV DATABASE_LIBRARY_VERSION 1.4.3
4040
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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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)