browsersnap
v0.1.0
Published
Helper for generating screengrabs from Browserstack via a cli
Downloads
1
Readme
Browsersnap
Installation
npm install browsersnapCreate a .browserstack file containing your account details.
{
"username": "[email protected]",
"password": "bar"
}Usage
browsersnap --version
browsersnap browsers
browsersnap get [url]If you want to cycle through a bulk collection of URLs just pass through a .json file.
./browsersnap.js get ./path/to.jsonThis file should be structured as:
{
"urls" : []
}To Do
- Central queuing system
