Skip to content

Instantly share code, notes, and snippets.

@apallier
Created October 18, 2022 17:57
Show Gist options
  • Save apallier/290ed058a3a442cafd8cafa1ce117fb2 to your computer and use it in GitHub Desktop.
Save apallier/290ed058a3a442cafd8cafa1ce117fb2 to your computer and use it in GitHub Desktop.
Robot Framework: time string
*** Variables ***
${TIME_1} 1 min 30 secs
${TIME_2} 1.5 minutes
${TIME_3} 90 s
${TIME_4} 1 day 2 hours 3 minutes 4 seconds 5 milliseconds
${TIME_5} 1d 2h 3m 4s 5ms
${TIME_6} - 10 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment