Snapshot a sample website with sitemap, using the verbose option to debug.
All examples assume you already have NodeJS installed on your local machine
- Clone this repo
- Open a command prompt
- Change to the examples/custom directory
- Run
npm install
- Run
npm start
This example snapshots the entire website of the WPSPA example application using its sitemap to drive. For one of the pages, produce verbose output to debug what is going on.
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.
This example uses the verbose
option to produce extended output to debug snapshotting. To see this output, you must look at the console output for the page sample-page
.