Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update SeleniumStandaloneServer.cs
  • Loading branch information
TanayParikh authored Dec 15, 2022
commit 5624bc72c260fb2a127486aaa35887903fea615e
2 changes: 1 addition & 1 deletion src/Shared/E2ETesting/SeleniumStandaloneServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private static async Task InitializeInstance(ITestOutputHelper output)
var psi = new ProcessStartInfo
{
FileName = "npm",
Arguments = $"run selenium-standalone start -- --config \"{seleniumConfigPath}\" {chromeDriverArg} -- --port {port}",
Arguments = $"run selenium-standalone start -- --config \"{seleniumConfigPath}\" {chromeDriverArg} -- -port {port}",
RedirectStandardOutput = true,
RedirectStandardError = true,
};
Expand Down