We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a5822 commit 5b15040Copy full SHA for 5b15040
playwright-csharp-specflow-xunit/Steps/Hooks.cs
@@ -31,7 +31,7 @@ public async Task CreateCapabilities()
31
Dictionary<string, string?> ltOptions = new Dictionary<string, string?>();
32
33
ltOptions.Add("name", "Playwright Test");
34
- ltOptions.Add("build", "Playwright C-Sharp XUnit tests");
+ ltOptions.Add("build", "Playwright C-Sharp SpecFlow Tests");
35
ltOptions.Add("platform", "Windows 10");
36
ltOptions.Add("user", user);
37
ltOptions.Add("accessKey", accessKey);
0 commit comments