testfx/README.md

42 строки
3.6 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

### Microsoft Test Framework "MSTest V2"
2017-03-23 12:31:59 +03:00
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 the Create 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/). For API documentation refer [here](https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.testtools.unittesting).
### Build status
| |Debug |Release |
|:----------:|:----------------:|:------------------:|
2017-11-21 16:04:24 +03:00
|**master** |[![Build Status](https://ci.dot.net/buildStatus/icon?job=Microsoft_testfx/master/Debug)](https://ci.dot.net/job/Microsoft_testfx/job/master/job/Debug)|[![Build Status](https://ci.dot.net/buildStatus/icon?job=Microsoft_testfx/master/Release)](https://ci.dot.net/job/Microsoft_testfx/job/master/job/Release)|
### Latest Builds
| | Framework | Adapter |
|:----------:|:----------------:|:------------------:|
|**nuget** <br> (official) |[![#](https://img.shields.io/nuget/v/mstest.testframework.svg?style=flat)](http://www.nuget.org/packages/MSTest.TestFramework/)|[![#](https://img.shields.io/nuget/v/mstest.testadapter.svg?style=flat)](http://www.nuget.org/packages/MSTest.TestAdapter/)|
2017-03-28 20:01:01 +03:00
|**myget** <br> (daily) |[![#](https://img.shields.io/dotnet.myget/mstestv2/vpre/MSTest.TestFramework.svg?style=flat)](https://dotnet.myget.org/feed/mstestv2/package/nuget/MSTest.TestFramework)|[![#](https://img.shields.io/dotnet.myget/mstestv2/vpre/MSTest.TestAdapter.svg)](https://dotnet.myget.org/feed/mstestv2/package/nuget/MSTest.TestAdapter)|
### Contributing
There are many ways to contribute to testfx
- [Submit issues](https://github.com/Microsoft/testfx/issues) and help verify fixes as they are checked in.
- Review the [source code changes](https://github.com/Microsoft/testfx/pulls).
- [Contribute features and fixes](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md).
- Contribute to the [documentation](https://github.com/Microsoft/testfx-docs).
### Building
2017-03-23 12:31:59 +03:00
testfx can be built from within Visual Studio or from the CLI.
- [Building with Visual Studio](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-visual-studiovs)
2017-03-23 12:31:59 +03:00
- [Building with CLI](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-command-linecli)
2017-02-03 23:38:20 +03:00
### Microsoft Open Source Code of Conduct
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)
2017-03-23 12:31:59 +03:00
### Issue Tracking
Please see [issue tracking](https://github.com/Microsoft/testfx-docs/blob/master/issuetracking.md) for a description of the workflow we use to process issues.
2017-03-23 12:31:59 +03:00
### Roadmap
2018-06-01 11:31:21 +03:00
For information on shipped and upcoming features please refer to our [Releases Roadmap](https://github.com/Microsoft/testfx-docs/blob/master/docs/releases.md).