Bhaumin
Bhaumin3w ago

why deno vs code extension not supporting deno test describe and coverage?

While developing with vs code in vs code native test explorer it shows tests while we run deno test but it's not showing test written with describe, why? and also it's not shoing coverage of files in native vs code test explorer, how to solve this?
5 Replies
Bhaumin
BhauminOP3w ago
Testing in Visual Studio Code
One of the great things in Visual Studio Code is testing support. Automatically discover tests in your project, run and debug your tests, and get test coverage results.
Bhaumin
BhauminOP3w ago
@dsherret any idea, or solution or i need to create issue?
dsherret
dsherret3w ago
GitHub
lsp: support detecting test built on top of Deno.test() like std/...
Is your feature request related to a problem? Please describe. Testing UI integration does not show tests defined written in BDD style (https://deno.land/std@0.136.0/testing/bdd.ts). Describe the s...
Bhaumin
BhauminOP3w ago
Any ETA for this to lift up DX with deno?
dsherret
dsherret3w ago
no eta at this point