Snapshot a sample website using an array
All examples assume you already have NodeJS installed on your local machine
- Clone this repo
- Open a command prompt
- Change to the examples/simple-promise directory
- Run
npm install
- Run
npm start
This example snapshots a couple of google pages.
This example creates a local tmp
directory where the snapshot output is stored.
Inspect the output directory structure and contents.
Compare snapshots with the original website to see what happened.