public async Task Test2()
 {
     Assert.True(1 == 1);
     await AllureAttachments.File("allureConfig", @"./allureConfig.json");
 }
Beispiel #2
0
 private async Task AddAttachment()
 {
     await AllureAttachments.Text("large json", "{}");
 }