robotframework-2.7.7.atest.testdata.misc.timeouts.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 ***
Documentation Initially created for testing timeouts with testdoc but
... can be used also for other purposes and extended as needed.
Test Timeout 1min 42s
*** Test Cases ***
Default Test Timeout
[Documentation] I have a timeout
No Operation
Test Timeout With Message
[Timeout] 1d2h The message
No Operation
Test Timeout With Variable
[Timeout] ${100}
No Operation