robotframework - What does "--dryrun" do in Robot Framework pybot command? -
i have used --dryrun
along pybot command; want know validates in testcase or in library.
it parses of test suites , executes tests. not execute keywords, parse them correctness. main benefits listed user guide are:
- using keywords not found.
- using keywords wrong number of arguments.
- using user keywords have invalid syntax.
- in addition these failures, normal execution errors shown, example, when test library or resource file imports cannot resolved.
for more information see http://robotframework.org/robotframework/latest/robotframeworkuserguide.html#dry-run
Comments
Post a Comment