Skip to content

Conversation

@marvinhagemeister
Copy link
Collaborator

This PR allows setting the retry count on a per test case basis instead of only globally via the --repeat-flaky flag.

Example:

module.exports = {
  run,
  description: "My cool test case",
  retryTimes: 3 // Automatically retry test max 3 times or until it succeeds
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants