You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone.
Recently we configured the lighthouse-ci and everything was working fine. But we have some hash routers and we are going through some problems.
When we run these hash urls, the hash is removed by audits so in the output, the finalUrl is not considering what is to the right of the hash.
Example:
Requested URL: http://example.com/#/some/path
Final URL: http://example.com/
It does not matter if I am running 10 URLS with different hashes, always will be report as a single origin url in the end of audit.
I tried to run with local Chrome Canary following this similar issue but unsuccessfully.
I am using Puppeteer to authenticated private pages as it says in the documentation.
Hi everyone.
Recently we configured the lighthouse-ci and everything was working fine. But we have some hash routers and we are going through some problems.
When we run these hash urls, the hash is removed by audits so in the output, the finalUrl is not considering what is to the right of the hash.
Example:
Requested URL:
http://example.com/#/some/path
Final URL:
http://example.com/
It does not matter if I am running 10 URLS with different hashes, always will be report as a single origin url in the end of audit.
I tried to run with local Chrome Canary following this similar issue but unsuccessfully.
I am using Puppeteer to authenticated private pages as it says in the documentation.
Here is my .lighthouserc.js:
Versions:
Thanks for any help :D
The text was updated successfully, but these errors were encountered: