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 039862b commit 486cd62Copy full SHA for 486cd62
BrowserStackLocal/BrowserStackLocalIntegrationTests/IntegrationTests.cs
@@ -12,7 +12,7 @@ namespace BrowserStackLocalIntegrationTests
12
public class IntegrationTests
13
{
14
static readonly OperatingSystem os = Environment.OSVersion;
15
- static readonly string binaryName = os.Platform.ToString() == "Unix" ? "BrowserStackLocal-darwin-x64" : "BrowserStackLocal.exe";
+ static readonly string binaryName = os.Platform.ToString() == "Unix" ? "BrowserStackLocal-darwin-x64" : "BrowserStackLocal";
16
private static string username = Environment.GetEnvironmentVariable("BROWSERSTACK_USERNAME");
17
private static string accesskey = Environment.GetEnvironmentVariable("BROWSERSTACK_ACCESS_KEY");
18
0 commit comments