orta / danger-plugin-lighthouse

Print your Lighthouse reports to your PR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

danger-plugin-lighthouse

Build Status npm version semantic-release

Takes lighthouse JSON data and makes it a pretty table

It's pretty basic right now, but there's space for growth!

Usage

Install:

yarn add danger-plugin-lighthouse --dev

At a glance:

// dangerfile.js
import lighthouse from 'danger-plugin-lighthouse'

// Defaults to looking in ./results for JSON files
lighthouse()

Example output:

Lighthouse Scores

Performance Accessibility Best Practices SEO Progressive Web App
0.99 0.85 0.93 0.82 0.52
Performance Accessibility Best Practices SEO Progressive Web App
0.94 0.88 0.93 0.79 0.52
Performance Accessibility Best Practices SEO Progressive Web App
0.96 0.87 0.93 0.73 0.52

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.

About

Print your Lighthouse reports to your PR

License:MIT License


Languages

Language:HTML 98.0%Language:TypeScript 2.0%