Skip to content

Commit 9ad6637

Browse files
committed
Default appserver path
1 parent bed777d commit 9ad6637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/Environment/TestWebServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class TestWebServer
3333
{
3434
private Process webserverProcess;
3535

36-
private string standaloneAppserverPath;
36+
private string standaloneAppserverPath = @"_main/java/test/org/openqa/selenium/environment/appserver";
3737
private string projectRootPath;
3838
private bool captureWebServerOutput;
3939
private bool hideCommandPrompt;

0 commit comments

Comments
 (0)