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 b841933 commit e777f5e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions robot_tests/home-https.robot
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
*** Settings ***
Documentation Open Page using SeleniumLibrary.
Library Browser
Library SeleniumLibrary

*** Variables ***
${URL} https://home-page-home-page-1:8080
${BROWSER} chromium
${Options} options=add_argument("--ignore-certificate-errors")
${HEADLESS} ${True}

${BROWSER} Chrome
${Options} options=add_argument(['--ignore-certificate-errors', '--allow-insecure-localhost'])

*** Test Cases ***
Suite setup
New Browser ${BROWSER}
New Context ignoreHTTPSErrors=${True}
New Page ${URL}
Title Should Be Mateusz Kowalkowski
Open Page
Welcome Page Should Be Open
[Teardown] Close Browser

*** Keywords ***

Welcome Page Should Be Open
Open Browser ${URL} ${BROWSER} ${Options}
Title Should Be Mateusz Kowalkowski

0 comments on commit e777f5e

Please sign in to comment.