- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我目前正在使用 cucumber json 报告从 jenkins 进行报告。该报告将测试中的每个屏幕截图保存在内存中,这通常会导致 java 堆内存错误。我想尝试 allure,但在创建报告时没有找到有关其行为的任何信息。所以我有几个问题:1. allure 报告是在测试执行期间创建的,还是仅在执行完成后才将所有结果汇总并写入报告中?2.当报告存储在其他地方时,报告是否将屏幕截图嵌入到报告中或将其添加为链接?3.屏幕截图是否保存在某个文件夹或内存中?
非常感谢任何有关吸引力的额外信息,这些信息可以帮助我决定是否应该切换到它。谢谢!
最佳答案
Is allure report created during the tests execution or only after execution is finished all results are aggregated and written into the report?
Allure 报告站点是在测试执行后运行 mvn site
时生成的。它利用了在执行mvn test
期间生成的surefire报告中可用的测试执行信息。
Does the report embed the screenshots in the report or add them as links while the reports are stored somewhere else?
通常,使用 @Attachment
注释时,屏幕截图会嵌入到报告中。
Are the screenshots saved in some folder or in the memory ?
屏幕截图保存在文件夹:target/site/allure-maven-plugin/data
。
关于java - 诱惑和截图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41261935/
我正在尝试将诱惑报告生成实用程序与 py.test 框架集成。我已经使用以下命令在 linux 上安装了 allure: $ wget https://github.com/allure-framew
我是一名优秀的程序员,十分优秀!