GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.34k stars 635 forks source link

What should be the value of project code hosted in lhci wizard?? #913

Open Poojak-13 opened 1 year ago

Poojak-13 commented 1 year ago

Hi, I have a query. I am running lighthouse for my application using treosh/lighthouse-ci-action.

My application code is at "http://github.com/abc/actualprojectcode" I installed lighthouse-ci server to create dashboard. The lighthouse-ci server code is as "http://github.com/abc/lighthouse-ci"

Now I run lhci wizard in lighthouse-ci server code to create a new project. The new project should show dashbaord for "actualprojectcode" ? Which wizard do you want to run? new-project ? What would you like to name the project? Project Name ? Where is the project's code hosted? https://github.com/your-project/your-repo Created project Project Name (00db0b2e-84c8-4ba4-ad3d-d5b885dd47c4)! Use token MyToken-00b5-436b-9819-0b79a064d6a3 to connect. In where is the project's code hosted , what should be the value?? The github url of lighthouse-ci server setup or the github url of actualprojectcode. Because ultimately the data shown in dashboard will come from actualprojectcode. I am very confused here. Can anybody help me please