Skip to content
Snippets Groups Projects
Commit d1eaccc4 authored by L4074's avatar L4074
Browse files

Delete test.robot

parent 44579287
No related branches found
No related tags found
No related merge requests found
Pipeline #66113 canceled
*** Settings ***
Documentation test datetime
Resource resource.robot
#Suite Setup Open Browser To Login Page
#Suite Teardown Close Browser
Library DateTime
*** Test Cases ***
Time Test
Date
*** Keywords ***
Date
${datetime} = Get Current Date result_format=%Y-%m-%d %H:%M
${date} ${time} = Split String ${datetime}
Log To Console ${date}
Log To Console ${time}
${random} = Evaluate random.randint(0, 5) modules=random
Log To Console ${random}
${new} = Add Time To Date ${date} ${random} days
Log To Console ${new}
${new} = Add Time To Date ${new} ${random} hours
Log To Console ${new}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment