botremote
Version:
A remote keyword server and client for the generic test automation suite Robot Framework.
26 lines (19 loc) • 757 B
Plain Text
*** Settings ***
Library Remote http://localhost:${PORT}
*** Variables ***
${HOST} localhost
${PORT} 8270
*** Test Cases ***
Count Items in Directory
${items1} = Count Items In Directory ${CURDIR}
${items2} = Count Items In Directory ${TEMPDIR}
Log ${items1} items in '${CURDIR}' and ${items2} items in '${TEMPDIR}'
Count Items in Directory With Output
${items1} = Count Items In Directory With Output ${CURDIR}
${items2} = Count Items In Directory With Output ${TEMPDIR}
Log ${items1} items in '${CURDIR}' and ${items2} items in '${TEMPDIR}'
Do Awful Things
Awful Keyword
Failing Example
Strings Should Be Equal Hello Hello
Strings Should Be Equal not equal