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
As a developer working on an application with an ever growing test suite it would be really nice if we possessed the ability to run any particular suite of tests in parallel with any other suite as they almost never conflict.
I've noticed that there is a concurrency flag that is set to infinity by default, but I never have more than a single browser pop up and open. Also, despite all attempts to change this number, I never notice any behavioral difference in the test runner itself.
If this feature isn't available I think it would be incredibly helpful to have, and if this is a feature that is currently available, please forgive me and teach me how to capitalize upon this feature.
The text was updated successfully, but these errors were encountered:
As a developer working on an application with an ever growing test suite it would be really nice if we possessed the ability to run any particular suite of tests in parallel with any other suite as they almost never conflict.
I've noticed that there is a concurrency flag that is set to
infinity
by default, but I never have more than a single browser pop up and open. Also, despite all attempts to change this number, I never notice any behavioral difference in the test runner itself.If this feature isn't available I think it would be incredibly helpful to have, and if this is a feature that is currently available, please forgive me and teach me how to capitalize upon this feature.
The text was updated successfully, but these errors were encountered: