firn

0.2.2 • Public • Published

Firn

Visual Regression Test Tool

npm version Coverage Status Build Status

Installation

using yarn

yarn add firn

using npm

npm i -S firn

API

firn(url, [,config])

url — a valid URL to the page you want to take screenshot from

config — optional config

Usage

Cli

firn http://example.com/

Node

const firn = require('firn')
 
;(async () => {
  const [err, raport] = await firn(urls, config)
  if (err) log('😦 Oh No! ', err)
  log('📝  raport ', raport)
})()

Readme

Keywords

none

Package Sidebar

Install

npm i firn

Weekly Downloads

2

Version

0.2.2

License

MIT

Unpacked Size

3.64 MB

Total Files

39

Last publish

Collaborators

  • mouafa