cucumber-ruby: --retry flag does not seem to be doing anything

cucumber --help specifies this: --retry ATTEMPTS Specify the number of times to retry failing tests (default: 0) However, when trying to run cucumber --retry 5, nothing seemed to have changed from a normal run. Is this feature working anymore?

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 16 (13 by maintainers)

Most upvoted comments

@rishi-freshbooks you’re right, the I think the exit code should be zero if the scenario passed after retry (unless maybe you were in strict mode). Could you raise a new ticket about that please?