Skip to content

Instantly share code, notes, and snippets.

@ajaysuwalka
Created September 13, 2020 04:26
Show Gist options
  • Save ajaysuwalka/20aef70964e339b3c2d04541d0b59ed6 to your computer and use it in GitHub Desktop.
Save ajaysuwalka/20aef70964e339b3c2d04541d0b59ed6 to your computer and use it in GitHub Desktop.
# Download BS Binary and store to
wget -q https://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip && \
unzip BrowserStackLocal-linux-x64.zip && \
rm BrowserStackLocal-linux-x64.zip && \
chmod +x BrowserStackLocal && \
mv ./BrowserStackLocal /usr/local/BrowserStackLocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment