testfx
testfx copied to clipboard
MSTest V2 backlog
MSTest V2 backlog
Here is our roadmap. It calls out the broad themes for our work. The below list of issues breaks that down to the line item level focus of our work aligned to the roadmap. Please vote on the individual issues below - That would help us prioritize our backlog.
Extensibility
- [x] Custom Attributes: #137
- [x] Custom Assertions: #116
- [x] Data driven testing: #141
- [ ] Custom execution: #139
- [ ] Action Attributes: #140
Features
- [x] Test Inheritance for base classes in different assemblies: #23
- [x] Console.Writeline for .NET Core: #18
- [x] Ability to provide reason for ignored tests: #126
- [x] Update VB Unit test templates: #132
- [x] Design mode awareness to query source information: #119
- [x] In-assembly parallel execution: #142
- [ ] ClassInitializer inheritance: #143
- [x] Timeouts: #26
Documentation
Compat issues
- [ ] Ordered tests: #25
Test Inheritance for base classes in different assemblies: #23
This is now fixed and can be enabled when one passes in a runsettings similar to below:
<RunSettings>
<MSTest>
<EnableBaseClassTestMethodsFromOtherAssemblies>true</EnableBaseClassTestMethodsFromOtherAssemblies>
</MSTest>
</RunSettings>
When can we expect Ordered tests: #25 support to be added in MS Test V2? It has been over a year now. Voting is also closed for this issue. Please update with the Expected time? Need it badly. Thanks.
Closing this ticket as it is not bringing much value.