olmesm / screenshotter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshotter

Simple tool that captures a screenshot of a desired URL via a commandline. Useful for visual regression or showcasing a change in flow.

Note this was built as a single use and therefore specific use tool. It will be refactored for more general purposes if used again, however the structure and automation exists.

Requires

Running

# Set node runtime
nvm use

# Install required dependencies
npm install

# Run the script
npm start

Todo/Ideas

  • Standalone application
  • Read from a csv
  • Use a single language

About


Languages

Language:JavaScript 73.4%Language:Shell 26.6%