Skip to content

Commit

Permalink
Merge branch 'master' into documentation/playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodgorsek authored Feb 26, 2024
2 parents fd1881c + 020b0ca commit c87581f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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=<your AWS key> \
-e AWS_SECRET_ACCESS_KEY=<your AWS secret> \
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit c87581f

Please sign in to comment.