Skip to content

Instantly share code, notes, and snippets.

@apallier
Created October 21, 2022 06:54
Show Gist options
  • Save apallier/33f0467d46e2cdb2f8bc89674d0efeac to your computer and use it in GitHub Desktop.
Save apallier/33f0467d46e2cdb2f8bc89674d0efeac to your computer and use it in GitHub Desktop.
Robot Framework: timer string
*** 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