Test Google
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user