Use the shared test setup and test teardown keywords in Robot tests.
This commit is contained in:
parent
a69a441989
commit
45fd2c51ce
3
news/155.bugfix
Normal file
3
news/155.bugfix
Normal file
@ -0,0 +1,3 @@
|
||||
- Use the shared 'Plone test setup' and 'Plone test teardown' keywords in Robot
|
||||
tests.
|
||||
[Rotonen]
|
@ -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 ***
|
||||
|
Loading…
Reference in New Issue
Block a user