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

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -