Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 422 Bytes

DEVELOPMENT.md

File metadata and controls

25 lines (20 loc) · 422 Bytes

To use the development build in your tests:


Step 1: Clone the repo

Step 2: Go into the directory

cd testcafe-browser-provider-browserstack

Step 3: Install the dependencies

npm install (use lts version to avoid breaking changes)

Step 4: Gulp build the module

./node_modules/.bin/gulp build

Step 5: Link the package globally, for consumption by testcafe

npm link