testfx/README.md

33 строки
2.2 KiB
Markdown
Исходник Обычный вид История

2017-02-03 23:38:20 +03:00
# Microsoft Test Framework
Home for the Microsoft Test Framework and Adapter.
### Build status
| |Debug |Release |
|:----------:|:----------------:|:------------------:|
|**master** |[![Build Status](https://ci.dot.net/buildStatus/icon?job=Private/Microsoft_testfx/master/Microsoft_testfx_Debug)](https://ci.dot.net/job/Private/job/Microsoft_testfx/job/master/job/Microsoft_testfx_Debug)|[![Build Status](https://ci.dot.net/buildStatus/icon?job=Private/Microsoft_testfx/master/Microsoft_testfx_Release)](https://ci.dot.net/job/Private/job/Microsoft_testfx/job/master/job/Microsoft_testfx_Release)|
### 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
testfx can be built from within Visual Studio or from the command line.
- [Building with Visual Studio](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-visual-studio)
- [Building with command line](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-command-line)
2017-02-03 23:38:20 +03:00
### 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/)|
### 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)