Skip to content

Commit 700e87a

Browse files
authored
Issue #312 - Support datadriver (#315)
1 parent 3718461 commit 700e87a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ENV ALPINE_GLIBC 2.31-r0
3333
ENV AWS_CLI_VERSION 1.18.200
3434
ENV CHROMIUM_VERSION 86.0
3535
ENV DATABASE_LIBRARY_VERSION 1.2
36+
ENV DATADRIVER_VERSION 1.0.0
3637
ENV DATETIMETZ_VERSION 1.0.6
3738
ENV FAKER_VERSION 5.0.0
3839
ENV FIREFOX_VERSION 78
@@ -59,6 +60,7 @@ RUN apk update \
5960
&& apk --no-cache upgrade \
6061
&& apk --no-cache --virtual .build-deps add \
6162
gcc \
63+
g++ \
6264
libffi-dev \
6365
linux-headers \
6466
make \
@@ -82,6 +84,7 @@ RUN apk update \
8284
--no-cache-dir \
8385
robotframework==$ROBOT_FRAMEWORK_VERSION \
8486
robotframework-databaselibrary==$DATABASE_LIBRARY_VERSION \
87+
robotframework-datadriver==$DATADRIVER_VERSION \
8588
robotframework-datetime-tz==$DATETIMETZ_VERSION \
8689
robotframework-faker==$FAKER_VERSION \
8790
robotframework-ftplibrary==$FTP_LIBRARY_VERSION \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The versions used are:
1717

1818
* [Robot Framework](https://github.com/robotframework/robotframework) 3.2.2
1919
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2
20+
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.0.0
2021
* [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6
2122
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0
2223
* [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9

0 commit comments

Comments
 (0)