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 6dc5c02 commit ef53e89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion robot_tests/home-https.robot
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ Open Page
*** Keywords ***

Welcome Page Should Be Open
Open Browser ${URL} ${BROWSER} ${Options}
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 ef53e89

Please sign in to comment.