问题描述
使用我制作的示例空手道框架生成黄瓜报告时遇到问题.我已经按照给出的步骤(快速入门-空手道文档中给出的步骤)进行操作,然后添加了代码来生成报告,但是仍然无法生成报告.
I am having a problem in generating cucumber report with sample karate framework I have made.I have followed the steps given for (Quick start - given in karate doc) and then added code to generate report but still reports are not generating.
如果有人要查看结构,这里是Git网址 https://github.com/techj-sam/sampleAPITest
Here is the Git url if anybody wants to see the structurehttps://github.com/techj-sam/sampleAPITest
推荐答案
您将@Karate.Test
用作并行流道,这是一个错误.请阅读文档: https://github.com/intuit/karate#junit -5-并行执行
You used the @Karate.Test
for the parallel runner which is a mistake. Please read the docs: https://github.com/intuit/karate#junit-5-parallel-execution
这篇关于空手道-无法使用空手道0.9.5生成黄瓜报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!