browserstack / browserstack-runner

MIT License
130 stars 61 forks source link

Retry BSL fetch with arch=x64 for Darwin ARM64 systems #262

Open eemeli opened 11 months ago

eemeli commented 11 months ago

As BrowserStackLocal builds are not available for Darwin arm64 architectures but x64 does work on them, this patch retries with the latter.

Also, if the fetch fails, the resourceCode is checked and an error is reported if it's not 200.