browsersnap
v0.1.0
Published
Helper for generating screengrabs from Browserstack via a cli
Downloads
5
Readme
Browsersnap
Installation
npm install browsersnap
Create 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.json
This file should be structured as:
{
"urls" : []
}
To Do
- Central queuing system