I have used --dryrun
along with my pybot command; I want to know what exactly it validates for in testcase or in library.
What does "--dryrun" do in Robot Framework pybot command?
10.7k views Asked by pankmish At
1
I have used --dryrun
along with my pybot command; I want to know what exactly it validates for in testcase or in library.
It parses all of the test suites and executes the tests. It does not execute any keywords, but it does parse them for correctness. The main benefits listed by the user guide are:
For more information see http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#dry-run