You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to make simplecov working with parallel_rspec, an alternative to parallel_test, but if I'm not mistaken, this is highly acoplated because of this require and probably other functions.
I thought that if only the parallel_rspec gem would use ENV["TEST_ENV_NUMBER"] and ENV["PARALLEL_TEST_GROUPS"] I could make it work, but apparently it's not that simple.
Am I mistaken? It would be a difficult task? Do you think it would be useful to allow to use different gems?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
I've been trying to make
simplecov
working with parallel_rspec, an alternative toparallel_test
, but if I'm not mistaken, this is highly acoplated because of this require and probably other functions.I thought that if only the parallel_rspec gem would use ENV["TEST_ENV_NUMBER"] and ENV["PARALLEL_TEST_GROUPS"] I could make it work, but apparently it's not that simple.
Am I mistaken? It would be a difficult task? Do you think it would be useful to allow to use different gems?
Thank you!
The text was updated successfully, but these errors were encountered: