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
{{ message }}
This repository was archived by the owner on May 16, 2024. It is now read-only.
I've had a good read of the docs, but I'm still not certain on something.
I would like to use Coach to get all the advice and best practice recommendations in JSON format. And I would also like to use Browsertime to take a screenshot of the webpage and possibly take a video of the web page load.
I don't need to use the dashboard/grafana and I don't need any UI stuff. I only need the above data.
I'm on a Linux server.
The requests for this information would be from a user request.
What commands would I need to run to get the Coach data and Browsertime data?
What I mean is, do I need 2 separate commands? One command for Coach and a second for Browsertime?
Also because the commands will be from user requests, do you think I'd be better off with using docker to install and run Coach/Browsertime or installing with NodeJS. and running from a script.