rspec-tracer
https://github.com/avmnu-sng/rspec-tracer
Ruby
RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
1 Subscribers
Add a CodeTriage badge to rspec-tracer
Help out
- Issues
- [2.0.pre.1] track_ar_schema_notifications silently does nothing under the canonical README setup order
- [2.0.pre.1] parallel_tests cache_hit_reason counts inflated by N workers (sum-merge of identical per-worker tallies)
- [2.0.pre.1] Flaky-test detection (top-line README feature) appears unimplemented in 2.0: registry has :flaky status path but no code transitions into it
- [2.0.pre.1] Standalone Coverage path: bare Coverage.start (lines-only) + setup_coverage crashes when user pre-starts Coverage to get branches
- [2.0.pre.1] example_id unstable across runs when multiple files share a describe-block name (load-order-dependent class-name disambiguator)
- [2.0.pre.1] storage_backend :json, serializer: :msgpack crashes on Time; the 50 MiB warning recommends it
- [2.0.pre.1] bin/rspec-tracer cache:info and explain report 'no last_run.json' under storage_backend :sqlite
- [2.0.pre.1] rspec-tracer doctor reports 'SimpleCov: not loaded' / 'Rails: not loaded' even when both ARE in Gemfile.lock
- [2.0.pre.1] README's bin/rspec-tracer instruction doesn't work for installed users (no binstub by default)
- [2.0.pre.1] report.json run_reason shows 'No cache' for examples re-run because they failed previously
- Docs
- RSpecTracer::Engine#register_example
- RSpecTracer::Engine#run_example_reason
- RSpecTracer::Engine#run_example?
- RSpecTracer::Engine#setup
- RSpecTracer::Engine#initialize
- RSpecTracer::Engine#all_files
- RSpecTracer::Engine#examples_coverage
- RSpecTracer::Engine#duplicate_examples
- RSpecTracer::Engine#all_examples
- RSpecTracer::Engine#storage_backend