Test Google

This commit is contained in:
Lukáš Kaňka
2023-10-14 09:28:27 +02:00
parent f0d30941ed
commit bb725fcd4c
20 changed files with 4864 additions and 41 deletions

View File

@ -0,0 +1,15 @@
*** Settings ***
Library SeleniumLibrary
*** Variables ***
${browser} chrome
${url} https://www.google.com/
*** Test Cases ***
This is sample test case
[documentation] Google test
[tags] regression
open browser ${url} ${browser}
close browser
*** Keywords ***
# pro slova můžem vytvořit samostatný soubor