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'm developing code, with all tests set to autorun mode.
Eventually, I decide I need to add a new test.
While writing the test, the file (auto-)saves in a state that contains some error, e.g. a syntax error.
The tests are automatically reloaded, and the Testing activity shows an error state.
As I finish writing the test, the tests are reloaded again, populating the Testing activity again.
At this point, all tests are no longer set to autorun, and I need three clicks to re-enable autorun for all tests and trigger the first run.
I understand remembering the autorun state is difficult as the tests briefly cannot be found anymore, but it'd be really helpful if the Mocha test adapter could remember the auto run state, or at least remember when autorun was enabled for all tests.
The text was updated successfully, but these errors were encountered:
I'm often running into this scenario:
At this point, all tests are no longer set to autorun, and I need three clicks to re-enable autorun for all tests and trigger the first run.
I understand remembering the autorun state is difficult as the tests briefly cannot be found anymore, but it'd be really helpful if the Mocha test adapter could remember the auto run state, or at least remember when autorun was enabled for all tests.
The text was updated successfully, but these errors were encountered: