1.0.1 • Published 5 years ago

take-the-stage v1.0.1

Weekly downloads
8
License
-
Repository
-
Last release
5 years ago

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...