I have 6 unit tests projects in my solution, what will be execution order of unit tests projects? The reason why I am asking this is because I have 1 integration test project and 5 unit test project and in our ci/cd pipeline I want to execute unit test projects first and then integration tests. so we want to fail pipeline if the any of the unit test projects are failed. So how can I specify the order i.e. to execute 5 unit tests project first and then integration test project.
Does unit tests projects are run in parallel? Meaning will the 5 unit tests projects of the will execute in parallel?
Is there a way to execute unit tests of a class by attribute based ordering in MsTest framework? I know MsTest have alphabetical ordering but some people do not like it.
Asked
Active
Viewed 29 times
0

saad bin sami
- 364
- 4
- 11