Browser metrics testing across multiple pages

I was wondering if the metrics outputted at the end of the browser test are aggregated metrics across each page. Currently testing a webpage going across multiple links (but same website). Are the metrics outputted at the end averaged across each page or is it only from the last page? If it is only from the last page, is there a way to log the metrics at each page?

Hey @classy_beaver,
welcome to the community forum :tada:

I was wondering if the metrics outputted at the end of the browser test are aggregated metrics

Yes, they are. You can read a bit more about them on this documentation page Browser metrics | Grafana k6 documentation.

I hope it helps.