2023-01-21 14:48:07 -06:00
|
|
|
*** Settings ***
|
|
|
|
Documentation Import Python functions
|
|
|
|
|
2023-01-26 19:36:12 -06:00
|
|
|
Library root_domain_test.py
|
|
|
|
Library shared_methods.py
|
2023-01-21 14:48:07 -06:00
|
|
|
|
|
|
|
|
|
|
|
*** Keywords ***
|
|
|
|
Werefox Cafe Test Cases
|
2023-01-26 19:36:12 -06:00
|
|
|
[Arguments] ${site_url}
|
2023-01-21 14:48:07 -06:00
|
|
|
|
|
|
|
${result}= Execute Tests ${driver} ${site_url}
|
|
|
|
|
|
|
|
Should Be True ${result}
|