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
Hey, we have an issue with running tests with pinned run/debug and would like to know if the following is even doable with this extension.
If your describe or it contains a function or variable inside the name or in string literal it doesn't find the test.
Hey, we have an issue with running tests with pinned
run/debug
and would like to know if the following is even doable with this extension.If your
describe
orit
contains a function or variable inside the name or in string literal it doesn't find the test.e.g.,
Clicking on
Run/Debug
tries matching byaddTag\(Tags\.UNIT, 'Some name'\)
which results in test not found.Thanks.
The text was updated successfully, but these errors were encountered: