Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ENV DATADRIVER_VERSION 1.11.2
ENV DATETIMETZ_VERSION 1.0.6
ENV MICROSOFT_EDGE_VERSION 139.0.3405.86
ENV FAKER_VERSION 6.0.0
ENV FIREFOX_VERSION 142.0
ENV FIREFOX_VERSION 144.0
ENV FTP_LIBRARY_VERSION 1.9
ENV GECKO_DRIVER_VERSION v0.36.0
ENV IMAP_LIBRARY_VERSION 0.4.11
Expand All @@ -56,7 +56,6 @@ ENV REQUESTS_VERSION 0.9.7
ENV ROBOT_FRAMEWORK_VERSION 7.3.2
ENV SELENIUM_LIBRARY_VERSION 6.7.1
ENV SSH_LIBRARY_VERSION 3.8.0
ENV XVFB_VERSION 21.1.18

# By default, no reports are uploaded to AWS S3
ENV AWS_UPLOAD_TO_S3 false
Expand All @@ -75,7 +74,7 @@ RUN dnf upgrade -y --refresh \
python3-pyyaml \
tzdata \
wget \
xorg-x11-server-Xvfb-${XVFB_VERSION}* \
xorg-x11-server-Xvfb \
&& dnf clean all

# Install Chrome for Testing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The versions used are:
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.7.1
* [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 142.0
* Firefox 144.0
* [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) 139.0
* Microsoft Edge 139.0
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.42.11
Expand Down