This commit is contained in:
@@ -58,7 +58,7 @@ public class IntegrationTestRunner
|
||||
}
|
||||
|
||||
await TestContext.Current!.OutputWriter.WriteLineAsync("File: " + $"file://{test.FileName}");
|
||||
TestContext.Current.AddArtifact(new Artifact
|
||||
TestContext.Current.Output.AttachArtifact(new Artifact
|
||||
{
|
||||
File = new FileInfo(test.FileName),
|
||||
DisplayName = test.Name,
|
||||
|
||||
Reference in New Issue
Block a user