File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ ENV ROBOT_GID 1000
3131# Dependency versions
3232ENV ALPINE_GLIBC 2.31-r0
3333ENV AWS_CLI_VERSION 1.18.200
34+ ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
3435ENV CHROMIUM_VERSION 86.0
3536ENV DATABASE_LIBRARY_VERSION 1.2
3637ENV DATADRIVER_VERSION 1.0.0
@@ -100,6 +101,7 @@ RUN apk update \
100101 robotframework-requests==$REQUESTS_VERSION \
101102 robotframework-seleniumlibrary==$SELENIUM_LIBRARY_VERSION \
102103 robotframework-sshlibrary==$SSH_LIBRARY_VERSION \
104+ axe-selenium-python==$AXE_SELENIUM_LIBRARY_VERSION \
103105 PyYAML \
104106
105107# Install awscli to be able to upload test reports to AWS S3
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ The versions used are:
2626* [ Robot Framework Requests] ( https://github.com/bulkan/robotframework-requests ) 0.8.0
2727* [ Robot Framework SeleniumLibrary] ( https://github.com/robotframework/SeleniumLibrary ) 4.5.0
2828* [ Robot Framework SSHLibrary] ( https://github.com/robotframework/SSHLibrary ) 3.5.1
29+ * [ Axe Selenium Library] ( https://github.com/mozilla-services/axe-selenium-python ) 2.1.6
2930* Firefox ESR 78
3031* Chromium 86.0
3132* [ Amazon AWS CLI] ( https://pypi.org/project/awscli/ ) 1.18.200
You can’t perform that action at this time.
0 commit comments