vscode-cy-helper
vscode-cy-helper copied to clipboard
Only show Codelens for certain test files
In our project we have both 'normal' unit tests and cypress tests.
With the extension, we get the open cypress | Set "only"
codelens options for unit tests as well.
It would be great if we could limit the codelens to a certain folder or filepath filter instead of showing for every it()
.