Steps to Follow:
- Clone the repository
git clone https://github.com/DevExpress/testcafe-browser-provider-browserstack.git
- cd into the directory
cd testcafe-browser-provider-browserstack
- Gulp build the module
./node_modules/.bin/gulp build
- Link package globally
npm link
- 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
- Set the local binary environment variable
export BROWSERSTACK_BINARY_PATH="<downloaded-binary path>"
- Execute test