Use the shared test setup and test teardown keywords in Robot tests.

This commit is contained in:
Joni Orponen 2019-05-14 10:37:15 +02:00
parent a69a441989
commit 45fd2c51ce
2 changed files with 6 additions and 2 deletions

3
news/155.bugfix Normal file
View File

@ -0,0 +1,3 @@
- Use the shared 'Plone test setup' and 'Plone test teardown' keywords in Robot
tests.
[Rotonen]

View File

@ -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 ***