-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BDD Style Tests Not Detected #793
Comments
Further, a |
Also the Testing Explorer does not find tests when BDD Styles is applied. |
If someone is willing to guide me a little I'm happy to carve out some time to fix this. |
I would also like it if bdd style tests worked a little better in vscode. I searched around a bit, and I wonder if issue is that the deno LSP doesn't return information about BDD-style tests. Looking at this page, the docs seem to indicate that the lsp server only returns tests & steps. I'm not sure how to query the lsp server directly to figure anything out, but I just thought I'd mention it in case it helps. |
In my case, it seems like BDD-style tests do eventually get picked up by the extension, however, when trying to run them they never finish, and they block the execution of the remaining tests. Example video demonstration: |
Since we have this in std, we should consider the LSP detecting |
|
This is a very strong argument to support this. |
Hard to believe that as of 2025 (almost), Deno BDD tests can't be run individually in apparently any IDE - no VSCode forks, no IntelliJ/IDEA IDEs either. |
Describe the bug
Nested tests are not detected.
To Reproduce
Expected behavior
It should work
Screenshots
Versions
vscode: 1.74.3
deno: 1.29.3
extension: 3.16.0
The text was updated successfully, but these errors were encountered: