Skip to content
#

lighthouse

Here are 223 public repositories matching this topic...

staabm
staabm commented Sep 17, 2019

extend the docs on how the bot can be used with GitHubActions.

GithubActions is a neat and fast new way to interact with githubs, its worksflows etc.
its much more powerfull then the regular CI systems we are used to.

this would make it possible to add things like "trigger the lighthousebot via a keyword in a comment" or similar

connorjclark
connorjclark commented Jun 28, 2018

Would be nice if running pwmetrics in a non-tty environment suppressed ANSI code output.

Otherwise, output looks like:

Launching Chrome
  [32m✓[0m Success: [32mRun 1 of 3 finished successfully.[0m
Launching Chrome
  [32m✓[0m Success: [32mRun 2 of 3 finished successfully.[0m
Launching Chrome
  [32m✓[0m Success: [32mRun 3 of 3 finished successfully.[0m
        ☆  Median run  ☆
bug
lighthouse-ci-action
denar90
denar90 commented Feb 21, 2020

Nice to have check for none production URLs (preview). Netlify has this feature, it just builds user site against branch/PR user/collaborator pushed. Then user sees perf results for the new changes in PR using the same action.

PoC PR - #30

Main problem is race conditions: Netlify can deploy longer then action

lighthouse-action
dd32
dd32 commented Jun 20, 2019

Issue Overview

When requesting a report for a specific version of a plugin, if Tide doesn't yet have a report for it it'll start to generate one and return a <p>pending</p> response.

That response then gets cached, and will return the <p>pending</p> response until it expires.
Suffixing a ?1 to the URL to bypass the URL caching then results in being able to access it.

Steps to R

Improve this page

Add a description, image, and links to the lighthouse topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lighthouse topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.