vscode-jest
vscode-jest copied to clipboard
[Feature Request] add test list (with status) in a left bar icon
In this bar an icon could be added:

It can open a panel with the list of the current tests and their status (passing, failing) similar at what
webstorm generates:

where when someone double clicks on a test name, the cursor goes to that test (not just for failing tests).
I found this, maybe it could be used: https://github.com/dfcowell/vscode-jest-test-adapter
Integration with Test Explorer seems to be the way to go. Python extension (maintained by Microsoft itself) seems to use it internally (i.e. provides same functionality and UI as Test Explorer but without installing it - and without colliding with it if installed) so it can be considered soemwhat of a standard in VSCode..
@distante no code there. just template with right name. You can find real deal here:
- https://marketplace.visualstudio.com/items?itemName=kavod-io.vscode-jest-test-adapter
- https://github.com/kavod-io/vscode-jest-test-adapter
it works and seem to have some active development

@distante no code there. just template with right name. You can find real deal here:
- https://marketplace.visualstudio.com/items?itemName=kavod-io.vscode-jest-test-adapter
- https://github.com/kavod-io/vscode-jest-test-adapter
it works and seem to have some active development
OH, sorry, I just saw it in a blog post about another thing and I saved the link so I could share it here.
closed as vscode has provided a native TestExplorer