Я использую плагин athaydes для создания отчетов в формате HTML с пошаговыми снимками экрана. Работает нормально и снимает скриншоты на всех этапах. Однако мое требование заключается в том, чтобы делать снимки экрана только для неудачных шагов. Есть ли там какие-либо положения или мне нужно использовать какое-либо конкретное ключевое слово в файле свойств athaydes? Я использую ниже файл свойств "com.athaydes.spockframework.report.IReportCreator.properties
"
# Name of the implementation class of the report creator
com.athaydes.spockframework.report.IReportCreator=com.athaydes.spockframework.report.template.TemplateReportCreator
# Output directory (where the spock reports will be created) - relative to working directory
com.athaydes.spockframework.report.outputDir=target/reports
com.athaydes.spockframework.report.testSourceRoots=src/test/groovy
com.athaydes.spockframework.report.showCodeBlocks=false
# Set properties specific to the TemplateReportCreator
com.athaydes.spockframework.report.template.TemplateReportCreator.specTemplateFile=/templates/spec-template.html
com.athaydes.spockframework.report.template.TemplateReportCreator.reportFileExtension=html
com.athaydes.spockframework.report.template.TemplateReportCreator.summaryTemplateFile=/templates/summary-template.html
com.athaydes.spockframework.report.template.TemplateReportCreator.summaryFileName=index.html
Может кто-нибудь, пожалуйста, помогите мне в этом. Спасибо!