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 ef53e89 commit 7b93da2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions robot_tests/home-https.robot
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ ${URL} https://home-page-home-page-1:8080
${BROWSER} Chrome
${Options} options=add_argument("--ignore-certificate-errors")


*** Test Cases ***
Suite setup
New Browser ${BROWSER} ${HEADLESS}
args=['--allow-insecure-localhost']
New Context ignoreHTTPSErrors=${True} bypassCSP=${True}

Open Page
Welcome Page Should Be Open
[Teardown] Close Browser

*** Keywords ***

Welcome Page Should Be Open
New Browser ${BROWSER} ${HEADLESS}
args=['--allow-insecure-localhost']
New Context ignoreHTTPSErrors=${True} bypassCSP=${True}
New Page ${URL}
Title Should Be Mateusz Kowalkowski

0 comments on commit 7b93da2

Please sign in to comment.