Skip to content
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

MSTest V2 backlog #144

Closed
12 of 16 tasks
pvlakshm opened this issue Apr 7, 2017 · 3 comments
Closed
12 of 16 tasks

MSTest V2 backlog #144

pvlakshm opened this issue Apr 7, 2017 · 3 comments

Comments

@pvlakshm
Copy link
Contributor

pvlakshm commented Apr 7, 2017

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

  • Custom Attributes: #137
  • Custom Assertions: #116
  • Data driven testing: #141
  • Custom execution: #139
  • Action Attributes: #140

Features

Documentation

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

Compat issues

  • Ordered tests: #25
@AbhitejJohn
Copy link
Contributor

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>

@melleck
Copy link

melleck commented Nov 8, 2018

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.

@Evangelink
Copy link
Member

Closing this ticket as it is not bringing much value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants