Skip to content

Commit 5b15040

Browse files
VinayKumar VVSVinayKumar VVS
authored andcommitted
Fixed the Build Name
1 parent 89a5822 commit 5b15040

File tree

1 file changed

+1
-1
lines changed
  • playwright-csharp-specflow-xunit/Steps

1 file changed

+1
-1
lines changed

playwright-csharp-specflow-xunit/Steps/Hooks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public async Task CreateCapabilities()
3131
Dictionary<string, string?> ltOptions = new Dictionary<string, string?>();
3232

3333
ltOptions.Add("name", "Playwright Test");
34-
ltOptions.Add("build", "Playwright C-Sharp XUnit tests");
34+
ltOptions.Add("build", "Playwright C-Sharp SpecFlow Tests");
3535
ltOptions.Add("platform", "Windows 10");
3636
ltOptions.Add("user", user);
3737
ltOptions.Add("accessKey", accessKey);

0 commit comments

Comments
 (0)