This repository was archived by the owner on May 11, 2026. It is now read-only.
v3.15.0-rc.1
This is an early release of 3.15.0 with added support for taking full-page screenshots.
Installation
npm install --save happo.io@nextUsage
A new configuration option, pages, allows you to use happo on full page URLs. Here's an example configuration:
// .happo.js
module.exports = {
pages: [
{ url: 'https://happo.io/', title: 'Start page' },
{ url: 'https://happo.io/pricing', title: 'Pricing' },
]
}Full page rendering is executed remotely, which means that only publicly available URLs will work. Also, most other .happo.js options have no effect when you use pages - it shortcuts all of the preprocessing.