Created
October 18, 2022 17:57
-
-
Save apallier/290ed058a3a442cafd8cafa1ce117fb2 to your computer and use it in GitHub Desktop.
Robot Framework: time 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
*** 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