1.0.4 • Published 5 years ago
netlify-plugin-pagewatch v1.0.4
PageWatch Netlify Build Plugin
This Build Plugin automatically tests each Netlify deployment with PageWatch.
You need a PageWatch account to use this plugin.
Setup
- Install the plugin using
yarn:
yarn add netlify-plugin-pagewatch
- Update your
netlify.tomlplugins section to reference the plugin:
[[plugins]]
package = "netlify-plugin-pagewatch"- Grab your PageWatch Api Key and store it as the
PAGEWATCH_SITE_KEYenvironment variable in your Netlify build settings.

For detailed instructions see our guide.
GitHub integration
You can run PageWatch as part of your continuous integration process.

See the PageWatch GitHub integration for instructions.