15 lines
308 B
Plaintext
Executable File
15 lines
308 B
Plaintext
Executable File
*** Settings ***
|
|
Documentation Import Python functions
|
|
|
|
Library root_domain_test.py
|
|
Library shared_methods.py
|
|
|
|
|
|
*** Keywords ***
|
|
Werefox Cafe Test Cases
|
|
[Arguments] ${site_url}
|
|
|
|
${result}= Execute Tests ${driver} ${site_url}
|
|
|
|
Should Be True ${result}
|