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.
有没有办法在 Bamboo 中使用 -xunitxml 生成的 Qt 测试输出?
只要测试输出文件的扩展名为 *.xml,JUnit 解析器就可以处理生成的输出。问题似乎是对单元测试输出文件使用除 *.xml 之外的任何其他扩展名将导致 Bamboo 不读取输出文件并报告构建是无测试的。