To use the development build in your tests:
Step 1: Clone the repo
Step 2: Go into the directory
cd testcafe-browser-provider-browserstackStep 3: Install the dependencies
npm install (use lts version to avoid breaking changes)Step 4: Gulp build the module
./node_modules/.bin/gulp buildStep 5: Link the package globally, for consumption by testcafe
npm link