Welcome to the "MSTest V2" repository, the evolution of the Microsoft Test Framework and Adapter. "MSTest V2" is currently in use in a variety of scenarios including:
- in the relevant in-box unit test project templates (Visual Studio 2017 Preview 4 onwards)
- in the Create Unit Tests wizard (Visual Studio 2017 Preview 4 onwards)
- in theCreate IntelliTest wizard (Visual Studio 2017 Preview 4 onwards)
This is a fully supported, open source and cross-platform implementation of the MSTest test framework with which to write tests targeting .NET Framework, .NET Core and ASP.NET Core on Windows, Linux, and Mac. You can read more about MSTest V2 [here](https://blogs.msdn.microsoft.com/visualstudioalm/2017/02/25/mstest-v2-now-and-ahead/).
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
### License
testfx platform is licensed under the [MIT license](https://github.com/Microsoft/testfx/blob/master/LICENSE)
For details on our planned features and future direction please refer to our [roadmap](https://github.com/Microsoft/testfx-docs/blob/master/roadmap.md).