Use the shared test setup and test teardown keywords in Robot tests.
This commit is contained in:
@@ -9,12 +9,13 @@
|
||||
|
||||
*** Settings ***
|
||||
|
||||
Resource plone/app/robotframework/saucelabs.robot
|
||||
Resource plone/app/robotframework/selenium.robot
|
||||
|
||||
Library Remote ${PLONE_URL}/RobotRemote
|
||||
|
||||
Test Setup Open test browser
|
||||
Test Teardown Close all browsers
|
||||
Test Setup Run Keywords Plone test setup
|
||||
Test Teardown Run keywords Plone test teardown
|
||||
|
||||
|
||||
*** Test Cases ***
|
||||
|
||||
Reference in New Issue
Block a user