Skip to content
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

[Draft] Use VSCode test system #353

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

GeorchW
Copy link
Contributor

@GeorchW GeorchW commented Feb 23, 2022

As discussed in #272, there's now an official way to write test extensions. I'm working on porting this extension.

TODO:

  • Test Discovery
  • Test Execution
  • Debugging
  • Display enqueued/started tests
  • Watch
  • Diagnostics for failed tests
  • Jump to test definition
  • Use proper file structure instead of dumping it all into extension.ts :-)
  • Remove old UI code
  • Ensure that the old triggers for test discovery still work
  • Ensure that code lens still works
  • Ensure that status bar item still works
  • Ensure that skipped tests are handled appropriately
  • Ensure that the extension tests are working

@mikethea1
Copy link

@GeorchW did you ever end up porting this extension?

@GeorchW
Copy link
Contributor Author

GeorchW commented Jul 7, 2024

No, I haven't touched this in years - I'm not doing any .NET development right now. IIRC, there were plans to support testing in one of the "official" C#/.NET extensions for VS Code, but I can't remember which one or where it was. Anyway, that kinda stopped my motivation, along with me having less time probably.

Feel free to use my unfinished work however you like if you're into that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants