question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish diffing UI to github pages

See original GitHub issue

Hi,

Is there any chance to run two urls and do a local “combined report” (if possible, without the local server instance)?

I mean, this is my CI:

- build branch
- deploy branch to staging server
- lhci autorun --collect.url=http://staging.my-web.com/master --collect.url=http://staging.my-web.com/pull_request_1
- generate compared report

So I would like to have now a DIFF report between my Master and my Pull Request. Something like:

Screenshot 2019-12-02 at 18 27 49

I was thinking on creating my own code based on the CompareUrl feature of the lhci server. I am looking at the source code but I don’t seem to find easily where this combined reports are generated. Could you point me in the right direction?

Thanks very much.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:6

github_iconTop GitHub Comments

3reactions
patrickhulcecommented, Dec 2, 2019

There’s not a way to do this without the server currently, but we have plans to publish the diff’ing UI on a public page that folks can use to compare arbitrary reports like you’re talking about.

We’ll let this issue track that effort 😃

1reaction
patrickhulcecommented, Dec 2, 2019

Eventually, sure, but publishing the code/logic as a separate thing is step one of integrating the logic into other things 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git and Publishing to GitHub Pages Cheatsheet - Codecademy
Displaying Differences with Git Diff. The git diff filename command will display the differences between the working directory and the staging area in...
Read more >
How to publish your content using GitHub Pages and Jekyll
Navigate to your site's repository and click Settings –> Pages. Navigate to GitHub Pages and select None or Branch from the drop-down menu...
Read more >
Github Pages Publishing homepage URL not changing
The domain "arianahwang.com" is not purchased, and you just have saved it as your custom domain. To host the site with Github Pages, ......
Read more >
Deploying React apps to GitHub Pages - LogRocket Blog
We can deploy our React application by simply running: npm run deploy . This will create a bundled version of our React application...
Read more >
How to Publish a Static Website on GitHub? - GeeksforGeeks
Step 10: Go to the GitHub page, click on your project and you can see all the files are pushed in the repository....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found