take-the-stage
v1.0.1
Published
Screenshot a specific branch of your web app
Downloads
1
Readme
take-the-stage
Screenshot a specific branch of your web app
Usage
Install: npm install -g take-the-stage
Run: stage branch0,branch1,... url0,url1,...
This will generate a screenshot of each branch at each url. This is useful when you want to show the visual difference after merging a specific branch
Caveats
Not super useful for apps that don't put state in the URL. In theory injecting state via window
should be possible...