Skip to content

Commit a8b5bcb

Browse files
committed
Updated some changes to check Yml integration
1 parent 768bad8 commit a8b5bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TodosTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public async Task TearDown()
5555
{
5656
Directory.CreateDirectory("Screenshots");
5757
var file = Path.Combine("Screenshots",
58-
$"{TestContext.CurrentContext.Test.Name + DateTime.Today.ToString("dd MM yyyy hh mm ss ff")}.png");
58+
$"{TestContext.CurrentContext.Test.Name + DateTime.Today.ToString("dd MM yyyy hh mm ss")}.png");
5959
await _page.ScreenshotAsync(new PageScreenshotOptions { Path = file });
6060
Console.WriteLine($"Screenshot saved to: {Path.GetFullPath(file)}");
6161
AllureLifecycle.Instance.AddAttachment("Failure Screenshot", "image/png", file);

0 commit comments

Comments
 (0)