Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 341 Bytes

File metadata and controls

29 lines (19 loc) · 341 Bytes

Sauce Labs Visual Snapshot CLI

This package provides a CLI tool to create Visual snapshots of a provided PDF document.

Installation

npm install --save @saucelabs/visual-snapshots

Development

Build:

npm run build

Execute:

node lib/index.js [command] [params] 

Run tests:

npm run test