Skip to content

Commit 327cfc3

Browse files
rkefi84ppodgorsek
andauthored
Add Axe Selenium library (#328)
Co-authored-by: Paul Podgorsek <[email protected]>
1 parent 819d5a8 commit 327cfc3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ENV ROBOT_GID 1000
3131
# Dependency versions
3232
ENV ALPINE_GLIBC 2.31-r0
3333
ENV AWS_CLI_VERSION 1.18.200
34+
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
3435
ENV CHROMIUM_VERSION 86.0
3536
ENV DATABASE_LIBRARY_VERSION 1.2
3637
ENV 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)