0

[![Try to run from ruby mine]I was not able to rerun failed automated test scenarios by using yml file example default: --no-source --color cucumber -f rerun --out rerun.txt

Try to run from RubyMine ide

  • 1
    Possible duplicate of [How to rerun the failed scenarios using Cucumber?](http://stackoverflow.com/questions/11719898/how-to-rerun-the-failed-scenarios-using-cucumber) – Justin Ko Mar 29 '17 at 17:48
  • When i run all scenarios as batch, some time one scenarios fail , if i rerun that scenarios, it pass. I am trying to rerun automatically only failed scenarios and it will make test results all pass. " cucumber -f rerun --out rerun.txt " it will not work automatically. Also how it will work in jenkins ? –  Mar 30 '17 at 13:56

1 Answers1

0

Try the Runner Options. Steps: Open Feature file > Run menu > Edit Configuration > Cucumber > Add/Edit existing > Update Runner Options.

Edit Runner Options Image