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
Today i had to write a file were some resource (something like a db connection) were not allocated for every tests, but for the entire file (=test suite?).
Every tests alone worked great, but all together some went to error because of the resource that wasn't very well "clean-up" between every tests.
So being able to debug the unit test would have been really helpful (instead of trying to guess why).
Note: but I agree with you, it's the first time I would have needed that.
We're closing this for now since we have no current plans to do this, but I added it to our overall meta issue tracking testing enhancement ideas so we won't lose track of it when we revisit the topic.
Environment data
Actual behavior
We can:
run current unit test file
run all unit test
Debug all unit test
Expected behavior
We should be able to:
Debug current unit test file
Steps to reproduce:
NA
Logs
NA
The text was updated successfully, but these errors were encountered: