Open
Description
🚀 Feature Proposal
This debug button is present when the test fails and this works nice.
Lately I've been writing a lot of tests and some of them were green although they weren't supposed to be. It would be great if the debug button was there when the test was successful.
As a workaround i just add a fail()
and wait until the test fails, then i can debug it.