Skip to content

Commit

Permalink
test robot
Browse files Browse the repository at this point in the history
  • Loading branch information
zostaw committed Oct 24, 2023
1 parent 6136eee commit 0030a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
run: |
docker run --network=my-network --shm-size=1g -e BROWSER=chrome -v ${PWD}/robot_tests:/opt/robotframework/tests:Z -v $PWD/reports:/opt/robotframework/reports:Z ppodgorsek/robot-framework:latest
# - name: Execute tests
# uses: joonvena/[email protected]
# with:
# browser: chrome
- name: Upload test results
uses: actions/upload-artifact@v1
if: always()
Expand Down
4 changes: 2 additions & 2 deletions robot_tests/home-https.robot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Library SeleniumLibrary
*** Variables ***
${URL} https://home-page-home-page-1:8080
${BROWSER} Chrome
${Options} options=add_argument('--ignore-certificate-errors');add_argument('--allow-insecure-localhost'])


*** Test Cases ***
Open Page
Expand All @@ -15,5 +15,5 @@ Open Page
*** Keywords ***

Welcome Page Should Be Open
Open Browser ${URL} ${BROWSER} ${Options}
Open Browser url=${URL} browser=${BROWSER} options=add_argument('--ignore-certificate-errors')
Title Should Be Mateusz Kowalkowski

0 comments on commit 0030a66

Please sign in to comment.