Automated tests Alllure报告生成包含0个测试用例的报告

Automated tests Alllure报告生成包含0个测试用例的报告,automated-tests,reporting,allure,nunit-3.0,Automated Tests,Reporting,Allure,Nunit 3.0,我正在将诱惑报告与NUnit框架相结合。安装了最新的allure NuGet版本-v4.0.30319,并下载了allure for windows 2.13.8版。在测试中添加了相应的注释,如下所示 Class level: [AllureNUnit] [AllureSuite("xyz")]enter image description here Test method level: [Test(Description = "xzy")] [

我正在将诱惑报告与NUnit框架相结合。安装了最新的allure NuGet版本-v4.0.30319,并下载了allure for windows 2.13.8版。在测试中添加了相应的注释,如下所示

Class level: 

[AllureNUnit]
[AllureSuite("xyz")]enter image description here

Test method level:
 [Test(Description = "xzy")]
 [AllureTag("xzy")]
 [AllureSeverity(SeverityLevel.critical)]
 [AllureIssue("8911")]
 [AllureTms("532")]
 [AllureOwner("xzy")]
 [AllureSubSuite("xzy")]
测试运行后,我看到在我的输出文件夹中创建了三个json文件和一个文本文件

测试运行后,创建文件:

     1. accb-container.json
     2. d9-attachment.txt
     3. 2a-result.json
     4. 6c6-container.json
但当我执行“诱惑服务”时,报告是用0个测试用例生成的,即使测试方法有有效的断言语句。即使在生成用户诱惑时,测试用例文件也是空的

我是初次接触诱惑报告,所以我尝试了不同的教程和论坛来解决它,但运气不好。我不想回到延伸报告