I would like to run tests in the debugger even when they are passing so that I can inspect variables and add more cases. The plugin only adds the "debug" tooltip
node -v: v8.7.0npm -v: 5.6.0
Operating system: OSX 10.13.2
Create a test with describe/it. Make it pass.
"debug" tool tip shows up.
"debug" tool tip does not show.
This was a conscious decision, perhaps you could consider a PR making an option for this?
A great way to do that could be enum option of "all", "failed", "none" with failed as the default
Would also really like an option to always enable debugging, as there are cases when tests pass, even though they should not.
When #292 ships you'll have a new setting to configure when the Debug CodeLens appears @offero and @iMarv. Hopefully it's a pleasant user experience. 馃槈
Most helpful comment
A great way to do that could be enum option of
"all", "failed", "none"with failed as the default