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

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -