Closed Djiit closed 9 months ago
Hey @alekseykulikov , any chance to have this reviewed or merged anytime soon ? Thanks 🙏
Hi @Djiit ! Could you clarify your case, why do you need custom http headers?
The action supports serverBaseUrl
& serverToken
to upload to LHCI Server.
Hey, thanks for your answer. In my case, my server sits behind cloudflare and I need to pass an arbitrary header to reach it.
@alekseykulikov any news? Thanks 🙏
Hey @alekseykulikov do you think we can merge this ?
Hey, we could, but I'm unsure about the balance of extra complexity vs. usefulness. Let's keep the issue open and see if more people need it.
+1 for the feature.
I would like to execute upload with --githubStatusContextSuffix
to be able to different between multiple runs (mobile, desktop) for the same url
await exec.exec('lhci', ['upload', '--githubStatusContextSuffix', '/mobile']);
https://github.com/GoogleChrome/lighthouse-ci/issues/138#issuecomment-1196379684
It would be very helpfull
Hi there :wave:,
Trying to add support for extraArgs for the upload command, mostly to be able to pass extraHeaders (but can be arbitrary args).
Any guidance are appreciated, I might have missed something.
I'm also OK to refactor this and focus on uploadExtraHeaders (a less generic version) if it makes more sense.
Cheers
Fixes #94