Is it possible to have multiple trees of the same tests per config, with ordering of execution for classes as well as tests ? #3578
Unanswered
andreisbarnea
asked this question in
Q&A
Replies: 1 comment
-
|
Yep should all be possible. The best way to control the order is via the DependsOn attribute |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to achieve the following requirements with this framework:
- single test project
- multiple test classes
- multiple test configurations for the same set of classes (let's call them ConfigA & ConfigB)
- ordering in execution of the classes, plus ordering in execution of the tests (preferably with an attribute)
- NO parallelization (nothing should happen concurrently).
- NO duplication of classes
- customization of test names
- integration with VS so that it shows something like this:
It should run from top to bottom in the specified order, and when selected so in VS only some branches would run.
Beta Was this translation helpful? Give feedback.
All reactions