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 bed777d commit 9ad6637Copy full SHA for 9ad6637
dotnet/test/common/Environment/TestWebServer.cs
@@ -33,7 +33,7 @@ public class TestWebServer
33
{
34
private Process webserverProcess;
35
36
- private string standaloneAppserverPath;
+ private string standaloneAppserverPath = @"_main/java/test/org/openqa/selenium/environment/appserver";
37
private string projectRootPath;
38
private bool captureWebServerOutput;
39
private bool hideCommandPrompt;
0 commit comments