Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where JSON results documentation is? #3336

Closed
LeMoussel opened this issue Sep 14, 2017 · 2 comments · Fixed by #3495
Closed

Where JSON results documentation is? #3336

LeMoussel opened this issue Sep 14, 2017 · 2 comments · Fixed by #3495
Assignees

Comments

@LeMoussel
Copy link

Hi,

I'm using LightHouse programmatically

const flags = {port: 9222, disableDeviceEmulation: true};
const config = null
const url = 'https://www.google.fr/'
lighthouse(url, flags, config).then((results => {
  // How to use results?
});

I want to generate my own report with Json results.

But I don't find documentations about Json results.

@paulirish
Copy link
Member

paulirish commented Sep 14, 2017

Right now there isn't any real documentation on this results object. So you're welcome to explore it yourself. I'd recommend using Chrome DevTools to look at it since it's pretty big.

But yeah we'll work on real docs :)


Related:

@LeMoussel
Copy link
Author

If you have some docs on on GitHub , I can help you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants