2023-10-14 07:28:27 +00:00
|
|
|
*** Settings ***
|
|
|
|
Library SeleniumLibrary
|
|
|
|
|
|
|
|
*** Variables ***
|
|
|
|
${browser} chrome
|
|
|
|
${url} https://www.google.com/
|
|
|
|
|
|
|
|
*** Test Cases ***
|
|
|
|
This is sample test case
|
2023-10-15 03:16:50 +00:00
|
|
|
[Documentation] Google test
|
|
|
|
[Tags] regression
|
2023-10-14 07:28:27 +00:00
|
|
|
open browser ${url} ${browser}
|
|
|
|
close browser
|
|
|
|
*** Keywords ***
|
|
|
|
# pro slova můžem vytvořit samostatný soubor
|