How to clear cache in k6 for each request?

How to clear cache in k6 for each request?

Hi @Naveen

Are you using browser? If you can share a snippet of your test and a bit more detail about what “clearing cache” is in your context, it will help us advice.

For example, BrowserContext allows you to have separate sessions and caches.

Cheers!