robotframework-2.7.7.atest.robot.standard_libraries.easter.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
The newest version!
*** Settings ***
Suite Setup Run Tests ${EMPTY} standard_libraries/easter.txt
Force Tags regression pybot jybot
Resource atest_resource.txt
*** Test Cases ***
Not None Shall Not Pass
Check Test Case ${TESTNAME}
None Shall Pass
${tc} = Check Test Case ${TESTNAME}
Should Contain ${tc.kws[0].msgs[0].message} youtube.com
Should Be Equal ${tc.kws[0].msgs[0].level} INFO