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