vscode-jest icon indicating copy to clipboard operation
vscode-jest copied to clipboard

[Feature Request] add test list (with status) in a left bar icon

Open distante opened this issue 5 years ago • 4 comments
trafficstars

In this bar an icon could be added: image

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

where when someone double clicks on a test name, the cursor goes to that test (not just for failing tests).

distante avatar Jun 12 '20 18:06 distante

I found this, maybe it could be used: https://github.com/dfcowell/vscode-jest-test-adapter

distante avatar Jun 28 '20 18:06 distante

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..

Agalin avatar Jul 01 '20 14:07 Agalin

@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

Screenshot from 2020-07-02 11-19-10

Tymek avatar Jul 02 '20 09:07 Tymek

@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

Screenshot from 2020-07-02 11-19-10

OH, sorry, I just saw it in a blog post about another thing and I saved the link so I could share it here.

distante avatar Jul 02 '20 18:07 distante

closed as vscode has provided a native TestExplorer

connectdotz avatar Sep 13 '22 21:09 connectdotz