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.
目前我正在使用来自 com.vimalselvam 的 Cucumber Extent Report 并使用最新版本 3.0.1。
现在,如果一个场景失败,其他两个通过,则范围报告显示报告为 3 个场景失败和 0 个通过。但实际上只有一个场景失败,然后其余场景通过。
任何人都可以帮助我解决此问题或推荐另一个涵盖此场景大纲的报告工具。
提前致谢
Is there any shortcut or better way to typecast List<bool> to List<object>?
List<bool>
List<object>
I know i can do that by looping and casting individual item but i want to know is this possible