1 Star 1 Fork 0

jaawu/lighthouse-ci-action

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
action.yml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
name: 'Lighthouse CI Action'
description: 'Audit URLs using Lighthouse and test performance with Lighthouse CI'
inputs:
urls:
description: 'List of URL(s) to analyze'
budgetPath:
description: 'Path to a Lighthouse budgets.json file'
configPath:
description: 'Path to a LHCI lighthouserc.json file'
uploadArtifacts:
description: 'Opt-out of saving Lighthouse results as an action artifacts'
temporaryPublicStorage:
descripton: 'Opt-in to saving Lighthouse results to temporary public storage'
runs:
description: 'Number of runs to do per URL'
serverBaseUrl:
description: 'Address of a LHCI server'
serverToken:
description: 'API token to push to LHCI server'
basicAuthUsername:
description: 'Basic auth username for LHCI server'
basicAuthPassword:
description: 'Basic auth password for LHCI server'
outputs:
resultsPath:
description: 'Path to the folder with LHCI results'
links:
description: 'Links to compare/result UI for each URL (content of links.json)'
assertionResults:
description: 'Assertion results (content of assertion-results.json)'
runs:
using: 'node12'
main: 'src/index.js'
branding:
icon: 'bar-chart-2'
color: 'gray-dark'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jaawu/lighthouse-ci-action.git
git@gitee.com:jaawu/lighthouse-ci-action.git
jaawu
lighthouse-ci-action
lighthouse-ci-action
issue77

搜索帮助