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 noticed that running each test in it's own instrumentation tends to greatly increase the run time.
As a solution to that, in an attempt to keep some of the benefits of test isolation, I made a fork in which I added a parameter to create a separate instrumentation instance for each test class.
Would anyone else be interested in this feature?
The text was updated successfully, but these errors were encountered:
I noticed that running each test in it's own instrumentation tends to greatly increase the run time.
As a solution to that, in an attempt to keep some of the benefits of test isolation, I made a fork in which I added a parameter to create a separate instrumentation instance for each test class.
Would anyone else be interested in this feature?
The text was updated successfully, but these errors were encountered: