Add support for outputting logs from tests #3972

This commit is contained in:
tznind
2025-03-19 19:51:51 +00:00
committed by Tig
parent 8c009de9a0
commit 407c863cb9
3 changed files with 54 additions and 18 deletions

View File

@@ -73,7 +73,8 @@ public class BasicFluentAssertionTests
.RightClick(1,1)
.ScreenShot ("After open menu",_out)
.LeftClick (3, 3)
.Stop ();
.Stop ()
.WriteOutLogs (_out);
Assert.True (clicked);
}
}