@percy/puppeteer
popularPupppeteer client library for visual testing with Percy
Updated by @cadeparade
@percy/dom
Serializes a document's DOM into a DOM string suitable for re-rendering.
Updated by @cadeparade
@percy/config
Handles loading and adding options to Percy configuration files. Uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) to load configuration files and [JSON …
Updated by @cadeparade
@percy/cli-command
The base command class that Percy CLI commands should extend from. Adds commonly used configuration options to Percy config files, a `#percyrc()` method for parsing config files, …
Updated by @cadeparade
@percy/core
The core component of Percy's CLI and SDKs that handles creating builds, discovering snapshot assets, uploading snapshots, and finalizing builds. Uses `@percy/client` for API …
Updated by @cadeparade
@percy/client
Communicate with Percy's API to create builds and snapshots, upload resources, and finalize builds and snapshots. Uses [`@percy/env`](.packages/env) to send environment …
Updated by @cadeparade
@percy/env
This package provides various CI/CD support for Percy by coalescing different environment variables into a common interface for consumption by `@percy/client`.
Updated by @cadeparade
@percy/cli-config
Uses [`@percy/config`](/packages/config) to add CLI commands for creating, validating, and updating Percy configuration files.
Updated by @cadeparade
@percy/cli-upload
Percy CLI command to uploade a directory of static images to Percy for diffing.
Updated by @cadeparade
@percy/cli
The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
Updated by @cadeparade
@percy/selenium-webdriver
Selenium client library for visual testing with Percy
Updated by @cadeparade
@percy/migrate
Easily upgrade and migrate your Percy SDK to the latest version
Updated by @cadeparade