Patrick Hulce
Patrick Hulce
Thanks @billdinger! If there's anything you think that would make the [getting started example](https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/getting-started.md#configure-your-ci-provider) for GitLab CI clearer/work better/more accurate, we'd love your help!
from @vividhsv in https://github.com/GoogleChrome/lighthouse-ci/issues/387#issue-664193620 ---------------------- Current in collect we can only specify urls like so ``` ci: { collect: { url: [ `${AUT_BASE_URL}/alerts/1234`, `${AUT_BASE_URL}/alerts/5678`, `${AUT_BASE_URL}/alerts/9012`, ] } } ``` It...
@JannikZed that problem is slightly different and can be solved using the `urlReplacementPatterns` option https://github.com/GoogleChrome/lighthouse-ci/blob/master/docs/configuration.md#urlreplacementpatterns
I'm not sure I understand your suggestion @zleight1. Can't you do this already with a lighthouserc written in javascript that uses `process.env` to decide what URLs to run? What configuration...
Sorry, my question was ill-specified. Let's take a step back. > With this you could perhaps mark it as such on the lhci server as a partial build of 5/10...
Gotcha thanks for explaining! > If you're interested I've seen similar solutions in a few other tools I could pass along. A few examples of other tools doing what you're...
After some discussion in https://github.com/GoogleChrome/lighthouse-ci/issues/586 it would be great if assertions could benefit from labels as well. In addition, having a single URL display map for the project wouldn't serve...
> Do you have any exiting plans on what you'd like to do for the create project page It's currently gated on the 0.4.0 functionality `require a "root token" to...
Unfortunately the machinery necessary for #158 is far more complicated and requires many changes beyond configuration UI. I'm afraid it's beyond the scope of this one.
@WillsB3 https://github.com/GoogleChrome/lighthouse-ci/issues/323 is still the blocking item here which doesn't really have settled ergonomics yet. We need a separate auth mechanism for creating projects before we should invite the world...