browserstack / browserstack-runner

MIT License
130 stars 61 forks source link

fix typo in runner.js #215

Open tchia04 opened 5 years ago

tchia04 commented 5 years ago

BEFORE

$ browserstack-runner --help | grep -i '\-\-browsers'
  --browsers, -b  list of space separatedbrowsers keys as described in json file

AFTER

$ browserstack-runner --help | grep -i '\-\-browsers'
  --browsers, -b  list of space separated browsers keys as described in json file
tchia04 commented 5 years ago

It looks like there is some issue with existing test. Even without my change, the travis build is failing