Dart-code: Support running all tests whilst debugging

Created on 23 Mar 2020  路  1Comment  路  Source: Dart-Code/Dart-Code

I don't know if this is a VS Code or Dart Code issue, but currently you can't access the "Run All Tests" command whilst debugging an app.

You can still run individual tests, so I don't see why you can't run them all. I sometimes want to check all tests are passing without existing the debugging session.

in testing is enhancement

Most helpful comment

I don't think there's a great reason to prevent this (it was done to avoid you hitting the button twice and spawning two lots of them all). I've removed the restriction and confirmed I can run tests while an app is running. Thanks for the suggestion!

>All comments

I don't think there's a great reason to prevent this (it was done to avoid you hitting the button twice and spawning two lots of them all). I've removed the restriction and confirmed I can run tests while an app is running. Thanks for the suggestion!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

agmcleod picture agmcleod  路  3Comments

CaferPoyrazoglu picture CaferPoyrazoglu  路  4Comments

Matt-Gleich picture Matt-Gleich  路  4Comments

DanTup picture DanTup  路  4Comments

partounian picture partounian  路  4Comments