testfx icon indicating copy to clipboard operation
testfx copied to clipboard

MSTest V2 backlog

Open pvlakshm opened this issue 7 years ago • 2 comments

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

  • [x] Add API documentation: #153
  • [x] Documentation on Test discovery/Run flow #155

Compat issues

  • [ ] Ordered tests: #25

pvlakshm avatar Apr 07 '17 10:04 pvlakshm

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>

AbhitejJohn avatar Apr 11 '17 06:04 AbhitejJohn

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.

melleck avatar Nov 08 '18 09:11 melleck

Closing this ticket as it is not bringing much value.

Evangelink avatar Oct 31 '22 09:10 Evangelink