Registry / testing / rspec-retry

rspec-retry

JSON →
library0.6.2rbrubygemsunverified

Retry intermittently failing rspec examples.

gem install rspec-retry
INSTALL
IMPORT
SIG · RSPEC-RETRY
R
rspec-retry
testingrubyv0.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RSpec::Retry
require 'rspec/retry'

Configure RSpec to retry failing examples.

require 'rspec/retry' RSpec.configure do |config| config.verbose_retry = true config.display_try_failure_messages = true end
Debug
Known issues
gotchaRetrying can mask flaky tests if not used carefully.
fix
Use retry only for known intermittent failures and monitor retry counts.
affects: >= 0.6.0
Upgrade
Version history
0.6.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rspec-retry — gem install rspec-retry · libregistry