Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 425 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 425 Bytes

Screenshoter

A basic tool for traversing a page and invoking DOM actions like clicks, form submits and stuff.

Each action is then screenshoted after page is ready (assets loaded etc.)

Installation

npm install
cp .env.dist .env
mkdir screens
chmod +w screens

fill .env with your application credentials and provide testing url

Running

node index.js

Screens should be put into screens folder.