rwx-research / rspec-abq

Bindings to run RSpec test suites in parallel with ABQ
https://www.rwx.com/abq
MIT License
12 stars 1 forks source link

investigate compatibility with common rspec plugin gems #67

Closed michaelglass closed 8 months ago

michaelglass commented 1 year ago

I guess I'd like to set up test harnesses for each of these gems to ensure they play nice with rspec-abq. Is that overkill? I'd say maybe for gems that just add matchers and don't muck with execution, and probably not for gems that muck with execution order, (e.g. rspec-retry)

dan-manges commented 8 months ago

We'll revisit this as we encounter any issues.