python - no such option: --include for pybot -
i trying run test cases based on tags. following error pybot. has idea might wrong?
run.py: error: no such option: --include
i run follows pybot --include login login.robot
documentation here: http://robotframework.org/robotframework/latest/robotframeworkuserguide.html#by-tag-names
i run pybot
, works:
pybot --include ready c:\path\to\testsuites\testsuitename.txt
ready
name of tag
instead of login.robot
put path test suite file want run.
Comments
Post a Comment