Take cross browser screenshots with hubot-browserstack
·1 min read
I published a Hubot script to take cross browser screenshots with BrowserStack.
me > hubot screenshot me http://www.google.com/
hubot > Started generating screenshots in http://www.browserstack.com/screenshots/d804f186e460dc4f2a30849a9686c3a8c4276c21To add this script run npm install command in your hubot directory.
npm install --save hubot-browserstackand add hubot-browserstack to external-scripts.json
["hubot-browserstack"]For more details, visit GitHub repo: ngs/hubot-browserstack.