I have a script, which consists of four scenarios each has own load strategies. But the report in the console shows the cumulative data for all the scenarios.
But I would like to get the metrics for each page, that is each scenario separately.
It sounds like you want granular data based on each scenario. It’s not advisable to work with the summary report at the end of the test to achieve this, instead you will probably want to work with your own backend database to stream the metrics data to, and then use grafana to visualise that data in a dashboard. Take a look at this blog post for lots more details: How to visualize k6 results: guidelines for choosing the right metrics | Grafana Labs.