browserstack / browserstack-local-nodejs

NodeJS bindings for BrowserStack Local
https://www.browserstack.com
MIT License
71 stars 56 forks source link

Please Support Local Binary v7.3 #60

Closed dstep closed 6 years ago

dstep commented 6 years ago

browserstack-local-nodejs 1.3.4 brings browserstack-local binary v7.2 Because of performance optimizations in the newest binary release, I need the last version 7.3.

Expected Behavior

browserstack-local-nodejs 1.3.4 brings browserstack-local binary v7.3

Actual Behavior

browserstack-local-nodejs 1.3.4 brings browserstack-local binary v7.2

Steps to Reproduce the Problem

  1. Open LocalBinary.js

  2. Copy your appropriated download location (eg linux 64 https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-linux-x64)

  3. Do wget on url

  4. check the version: ./BrowserStackLocal-linux-x64 -V

  5. browserstack-local-nodejs version: 1.3.4

  6. node version: 8.11.3

  7. os type and version: Ubuntu 16.04 LTS

pankaj-a commented 6 years ago

Fixed in v1.3.5. Closing.

dstep commented 6 years ago

👍 thanks