English 中文(简体)
测验组使检测结果无法显示天空。
原标题:TestNG enabled = false tests not showing as Skipped

由于功能尚未成熟,我们进行了一些全国测试测试(enabled = 虚假),但是,在试验班实施时,残疾人测试没有像全国测试小组报告中所显示的那样显示出来。 在执行时,我们想知道有多少次测试是残疾的(即熟练的)。 此时,我们不得不计算在试场中出现被允许的=虚假的情况,这是间接费用。

是否有不同的使用说明,或我们所缺乏的东西,以便我们的测试报告能够显示残疾检测的数量?

问题回答

超文本报告不支持残疾测试,但Eclipse plug-in认为确实如此。

如果你真的希望将这些试验视为天空,你可以重新接受这些试验,并在这些试验中投下天空。





相关问题
Selenium not working with Firefox 3.x on linux

I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...

Best browser for testing under Safari Mobile on Linux?

I have an iPhone web app I m producing on a Linux machine. What s the best browser I can use to most closely mimic the feature-limited version of Safari present on the iPhone? (It s a "slimmed down" ...

Code Coverage Tools & Visual Studio 2008 Pro

Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed ...

Is there any error checking web app cralwers out there?

Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn t error out any existing pages. Or maybe a ...

热门标签