File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ ENV FIREFOX_VERSION 62.0*
2323ENV GECKO_DRIVER_VERSION v0.19.1
2424ENV PABOT_VERSION 0.43
2525ENV PYTHON_PIP_VERSION 9.0.*
26+ ENV REQUESTS_VERSION 0.4.7
2627ENV ROBOT_FRAMEWORK_VERSION 3.0.4
2728ENV SELENIUM_LIBRARY_VERSION 3.1.1
2829ENV XVFB_VERSION 1.19.*
@@ -45,6 +46,7 @@ RUN pip install \
4546 robotframework==$ROBOT_FRAMEWORK_VERSION \
4647 robotframework-faker==$FAKER_VERSION \
4748 robotframework-pabot==$PABOT_VERSION \
49+ robotframework-requests==$REQUESTS_VERSION \
4850 robotframework-seleniumlibrary==$SELENIUM_LIBRARY_VERSION
4951
5052# Download Gecko drivers directly from the GitHub repository
Original file line number Diff line number Diff line change 1+ *** Settings ***
2+ Library RequestsLibrary
3+
4+ *** Test Cases ***
5+ Create Session On Google
6+ [Tags] 108 RequestsLibrary
7+ Create Session Test-Session https://www.google.com
You can’t perform that action at this time.
0 commit comments