Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个场景,我需要在现有范围报告中添加一个新行,我该如何实现这一点。
我需要在 TC3 中换行,其余的都应该显示为现在的显示方式。
添加新行。考虑到它是一个失败的案例,这取决于您添加的内容。
添加带有测试用例失败字符串的标记
test.get().fail(MarkupHelper.createLabel(result.getName()+ "Test Case Failed", ExtentColor.RED));
或者只是记录失败的案例。
test.get().log(Status.FAIL, "Test Failed");