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

Implement VS Test Explorer integration tests #5034

Open
Youssef1313 opened this issue Feb 16, 2025 · 2 comments
Open

Implement VS Test Explorer integration tests #5034

Youssef1313 opened this issue Feb 16, 2025 · 2 comments

Comments

@Youssef1313
Copy link
Member

Currently, our integration tests are command-line based. I think it may be worth having integration tests for VS.

@Evangelink
Copy link
Member

They are doable but pretty complex to achieve. We were so far relying on TE tests to say whether MSTest is fine or not but given the reported bugs it seems this is not reliable.

@drognanar would you be able to point us to the tests and maybe some doc so we could replicate some?

@Youssef1313
Copy link
Member Author

There are some integration tests for VS on Roslyn side which we can have inspiration from as well https://github.com/dotnet/roslyn/tree/main/src/VisualStudio/IntegrationTest/New.IntegrationTests

But yeah would be good to have more examples, maybe more simplified than roslyn, from @drognanar

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

No branches or pull requests

2 participants