So I have a "load page, do login" test scenario which I need to run with multiple accounts simultaneously. Since I don't want to share cookies between these sessions I creating an incognito browser context for each. But incognito mode preventing cached files from sharing too which leads to loading speed drops. So my question is:
- How to use the same cache in different incognito browser contexts or
- How to not share cookies in default cache-shared context`s page.