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
New Feature: Multi-threaded / Multi-process Tests while using Dashboard Mode.
Currently, you can either run tests with multi-processing (eg. -n=4), or you can use Dashboard Mode (--dashboard) to display the Dashboard while running tests.
It's time to add the ability to combine the two options safely! (This requires a very precise implementation of thread-locking to make sure that different processes don't conflict with each other when writing to the Dashboard.)