firsttris / vscode-jest-runner

Simple way to run or debug one or more tests from context menu, codelens or command plalette
https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner
MIT License
265 stars 124 forks source link

Simple test explorer? #355

Open ffMathy opened 6 months ago

ffMathy commented 6 months ago

We are migrating away from vscode-jest, since it is too buggy, leaves orphaned processes, and often has stability issues.

This extension works reliably every time. However, it'd be great if it had a simple test list in the test explorer view.

If I contributed this in, would you be willing to accept a PR for it?

It would just be a simple way to run tests via the test explorer window as well.

firsttris commented 6 months ago

sure why would i not accept it :+1:

firsttris commented 6 months ago

If you contribute a test explorer window i will add you as collaborator to the repository.

https://nx.dev/ also install this extension as recommended extension for jest: https://github.com/nrwl/nx/issues/3868

sameera commented 1 month ago

@ffMathy Have you made any progress on the Test Explorer ?