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
I'm trying to read html markup from browsertime.har when running sitespeed with firefox browser.
But browsertime.har is not including html markup when runing firefox (but it is when running chrome).
Tested both on Windows (Sandboxed) and Ubunut (Using Github Actions).
docker run --rm -v $(pwd):/sitespeed.io sitespeedio/sitespeed.io:35.0.0 -b firefox -n 1 --chrome.includeResponseBodies html --firefox.includeResponseBodies html https://webperf.se
The export trigger automatically added bodies for all responses and then we cleaned the HAR depending on the configuration. For Chrome we backfill the HAR bodies using the CDP protocol but for Firefox there's no implementation to do that.
Have you read the documentation?
URL
https://webperf.se
What are you trying to accomplish
I'm trying to read html markup from browsertime.har when running sitespeed with firefox browser.
But browsertime.har is not including html markup when runing firefox (but it is when running chrome).
Tested both on Windows (Sandboxed) and Ubunut (Using Github Actions).
You can view test here:
What browser did you use?
Chrome, Firefox
How to reproduce
docker run --rm -v $(pwd):/sitespeed.io sitespeedio/sitespeed.io:35.0.0 -b firefox -n 1 --chrome.includeResponseBodies html --firefox.includeResponseBodies html https://webperf.se
Log output
The text was updated successfully, but these errors were encountered: