skroutz / rspecq

Distribute and run RSpec suites among parallel workers; for faster CI builds
https://rubygems.org/gems/rspecq
MIT License
161 stars 24 forks source link

Pub sub #62

Open fragoulis opened 3 years ago

fragoulis commented 3 years ago

Publish events at key points. Utilize rspec formatters to send events regarding the various stages and events regarding individual examples.

Then take out everything related to rspecq into a separate integration. Do the same for sentry.

https://guides.rubyonrails.org/active_support_instrumentation.html https://rubydoc.info/gems/rspec-core/RSpec/Core/Formatters

Closes #59