Hello,
I am using following command to run my robot script inside a container thru a shell script.
e.g. robot -d Test_Results ./Smoke_Test.robot
depending upon the Pass/Fail result of my smoke test, i need to do further processing.
Can anyone please guide me to with - Is there a way to verify if all test passed or failed flag when i run above command in shell prompt.
TIA.
Rahul D.