I'm using Selenium2Library with robotframework 2.8.3 (python 2.7) when I run all testcases in a single go , there are like 600 images generated (both Passed and Failed test cases) but I don't want screenshot at all or at least not for passed test cases only for failed test cases.
Is that possible by including some keyword or by passing argument in pybot command or someother kind of settings?
something like $pybot --screenshot stop Testargs