Created
October 21, 2022 06:54
-
-
Save apallier/33f0467d46e2cdb2f8bc89674d0efeac to your computer and use it in GitHub Desktop.
Robot Framework: timer string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Test Cases *** | |
Examples With Timer String | |
[Documentation] Examples of timer format | |
Should Video Duration Equal 01:05:45 ${video_file_path} | |
Should Ads Inserted from=15:05 to=16:50 ${video_file_path} | |
Sleep 01:00 # 1min pause | |
Should Video Color Start at=01:16:50.005 color=green ${video_file_path} | |
Should Video Color End at=01:17:01.102 color=green ${video_file_path} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment