-
Notifications
You must be signed in to change notification settings - Fork 323
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
[FeatureRequest] Possibilty to run Unit or Integration Test using dotnet test #5164
Comments
I am not sure I get the request. Are you asking for a way to chose which projects to run based on a *UnitTests / *IntegrationTests naming convention? |
My basic Idea would be running tests inside a solution folder, but I am open for better ideas. The only important thing is a way to run unit test separated from test that need external components to run |
Hmm I still don't think I understand, do you have some real examples of what is the desirable behavior and what is the current behavior? |
I have a WebAPI Backend that I often run Tests again to test a Layer that accessses the Backend, additionally I have UnitTests for the different Layers. (Repository,Service,WebAPI). |
Description
Would be nice if it would be possible to run all unit Tests inside a SolutionFolder, or separate Unit and Integration Tests in any way
Steps to reproduce
I have two Solution Folders
Test: Containing only UnitTests
IntegrationTest: Containing Test that require the solution to run during running Tests
Expected behavior
I would like a way to run only unit Tests and Integration Tests either by running the according Solution Folder or by any other instrument
Actual behavior
Currently it's not possible
Diagnostic logs
No logs so far
Environment
C# .Net 8.0
The text was updated successfully, but these errors were encountered: