0.18.0 • Published 2 years ago

@garment/plugin-runner-lighthouse v0.18.0

Weekly downloads
4
License
MIT
Repository
-
Last release
2 years ago

@garment/plugin-runner-lighthouse

Runs Lighthouse

Installation

npm i @garment/plugin-runner-lighthouse

or

yarn add @garment/plugin-runner-lighthouse

Example usage

{
    "runner": "lighthouse",
    "output": "{{projectDir}}/lighthouse-output",
    "options": {
        "port": 3000,
        "budget": "{{projectDir}}/budget.json",
        "scoreThreshold": {
            "performance": 90,
            "accessibility": 90,
            "seo": 100,
            "pwa": 80,
            "best-practices": 80
        }
    }
}

API

url: string


port: number


chromeFlags: any


budget: path


scoreThreshold: { [key: string]: number; }


config: path


reportFormat: "html" | "json"

0.18.0

2 years ago

0.16.0

3 years ago

0.15.4

3 years ago

0.15.2

3 years ago

0.15.0

3 years ago

0.14.0

3 years ago

0.13.13

4 years ago

0.13.8

4 years ago

0.13.7

4 years ago