简体   繁体   English

Nunit 3 GUI运行器

[英]Nunit 3 GUI runner

I'm running Nunit tests using VS2017 Test Explorer and installed Nunit & Nunit3TestAdapter. 我正在使用VS2017 Test Explorer运行Nunit测试,并安装了Nunit&Nunit3TestAdapter。 Went to https://github.com/TestCentric/testcentric-experimental-gui/releases and tried both TestCentric Experimental GUI 0.7 & NUnit Gui 0.6 Preview versions and was not able to run my tests. 转到https://github.com/TestCentric/testcentric-experimental-gui/releases,并尝试了TestCentric实验GUI 0.7和NUnit Gui 0.6 Preview版本,但无法运行我的测试。

Did anyone try any of the above ? 有人尝试过以上任何一种方法吗? Was not able to find any guidance to what DLL needs to be upload etc. Any help will be highly appreciated. 无法找到有关需要上传什么DLL的任何指南。我们将不胜感激任何帮助。

Glad you are interested in the GUI. 很高兴您对GUI感兴趣。 This has to be a very general answer, since you have not provided any indication of what code is not working. 这必须是一个非常笼统的答案,因为您没有提供任何代码无法正常工作的指示。

The experimental GUI was... well, an experiment. 实验性的GUI是……很好,是一个实验。 It served it's purpose, which was to give a direction for development of the future GUI. 它达到了它的目的,即为将来的GUI的开发提供指导。 The experiment has been terminated and the work continues elsewhere. 实验已终止,其他地方的工作仍在继续。

From the release notes of the 0.7 release: 从0.7版本的发行说明中:

"This is the final release of the TestCentric experimental GUI as a separate product. Future releases will be bundled with the standard TestCentric GUI once this project is merged into that repository." “这是TestCentric实验GUI的最终版本,是单独的产品。一旦该项目合并到该存储库中,以后的版本将与标准TestCentric GUI捆绑在一起。”

Description of the Experimental GUI repository on GitHub: GitHub上的实验GUI存储库的描述:

"Experimental Gui test runner for NUnit 3 has been moved to the testcentric-gui project. Please file any issues there." “用于NUnit 3的实验Gui测试运行程序已移至testcentric-gui项目。请在此处提出任何问题。”

The TestCentric GUI project is located at http://github.com/TestCentric/testcentric-gui . TestCentric GUI项目位于http://github.com/TestCentric/testcentric-gui It incorporates both the standard GUI, which looks like the old V2 NUnit GUI, and the experimental GUI that you were trying to use. 它既包含了看起来像旧的V2 NUnit GUI的标准GUI,又包含了您尝试使用的实验性GUI。

The project is now in it's fourth alpha release (1.0-alpha4) and a beta should be available fairly soon. 该项目现在处于第四个Alpha版本(1.0-alpha4)中,并且Beta很快就会发布。 You can file issues against either of the two GUIs - in fact it is best to see if any problems encountered arise in one of them or in the common code. 您可以针对两个GUI中的任何一个提交问题-实际上,最好查看在其中之一或通用代码中是否遇到任何问题。

Bear in mind that the overall project is still alpha-level and I use "experimental" to mean something quite less than alpha. 请记住,整个项目仍然是Alpha级的,我用“实验性”来表示比Alpha还要少的东西。 Some things will work and others may not. 有些事情会起作用,而另一些可能不会。 The standard GUI is more stable at this point. 此时,标准GUI更加稳定。 Also, check the existing issues for any that might apply to you. 另外,请检查现有问题以找出可能适用于您的任何问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM