-
Notifications
You must be signed in to change notification settings - Fork 5
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
Integrate with vitest-vscode plugin #62
Comments
I'm not an expert on VsCode but I will check it. |
I reply in bug, I'm following that. |
@charlieforward9 You can check new answer in the bug discuss. |
After updating vitest/vscode to v0.8.6, I am seeing the icons on each Cucumber statement. |
Nice, I will keep an eye on this vscode plugin for my futur changes ;). |
Similar issue in browser mode. |
In browser I only use You still have missing icons ? |
Yes icons are still missing. |
I'll check issues on vitest vscode repository. I don't see what I can do in vitest-cucumber. |
I found nothing in vitest vscode issues for this bug. I test late vitest vscode version and I've all icons. |
The icons show up in the navigation bar, but as the problem description indicates, they do not show up in-line with the code. I will try to provide more details |
You right, I checked. I've only an icon for EDIT: |
I tried with different vitest-cucumber versions, with / without browser mode. I can't find where the bug comes from. |
vitest-cucumber still uses You can re-open discussion / issue on vitest vscode. If needed a vitest-cucumber fix, i will re-open this issue and create a branch etc. |
@charlieforward9 any news ? Do you open a new issue/discussion on vitest vscode repository ? |
@amiceli nothing yet, I have been trying to resolve more pressing issues at the moment, but I have this issue saved to get back to when I can dedicate more time. |
When I use this tool in VSCode, I am not able to run tests with the testing tab in the navigator.
This would be very helpful to be able to see all the tests in my workspace.
When I replace
describe
withdescribeFeature
, these disappear:The text was updated successfully, but these errors were encountered: