Skip to content

Instantly share code, notes, and snippets.

@yashLadha
Last active February 14, 2020 19:04
Show Gist options
  • Save yashLadha/1c14dabde136dfc4380f33b1521414af to your computer and use it in GitHub Desktop.
Save yashLadha/1c14dabde136dfc4380f33b1521414af to your computer and use it in GitHub Desktop.
Local Socket Timeout

Steps to Follow:

  1. Clone the repository
git clone https://github.com/DevExpress/testcafe-browser-provider-browserstack.git
  1. cd into the directory
cd testcafe-browser-provider-browserstack
  1. Gulp build the module
./node_modules/.bin/gulp build
  1. Link package globally
npm link
  1. Download the beta binary from the following links
https://www.browserstack.com/browserstack-local/BrowserStackLocal-win32.zip
https://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip
https://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-ia32.zip
https://www.browserstack.com/browserstack-local/BrowserStackLocal-darwin-x64.zip
  1. Set the local binary environment variable
export BROWSERSTACK_BINARY_PATH="<downloaded-binary path>"
  1. Execute test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment