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
When I run ember exam --split=4 --parallel it runs all my tests just fine. But when I am doing dev work I am usually running ember s. When I got to http://localhost:4200/tests it is only running 900 out of 2000 tests. Do I need to configure something to get this to work?
The text was updated successfully, but these errors were encountered:
When I run
ember exam --split=4 --parallel
it runs all my tests just fine. But when I am doing dev work I am usually runningember s
. When I got tohttp://localhost:4200/tests
it is only running 900 out of 2000 tests. Do I need to configure something to get this to work?The text was updated successfully, but these errors were encountered: