Allow copilot to refresh the tests in the test pane
Open
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
Allow copilot to discover new tests using the vscode API.
Use case:
Given the number of tests, some of them are loaded using `resolveHandler`. Because of this copilot cannot run some of the tests, even if they exist.
Expectation:
Copilot should be allowed to run the resolve/refresh handler in order to execute all the existing tests
Contributor guide
Assessment
This issue has not been assessed yet.