cypress-localstorage-commands
cypress-localstorage-commands copied to clipboard
Ability to Add key value in localstorage for subdomains
I am just wondering if it is feasible to add key value in localstorage for subdomain instead of super domain using cypress-localstorage-commands .
Thanks.
Hi @ISanjeevKumar, I'm not sure because of security implications, but maybe it's possible because Cypress set its own security policies to the browser. It needs further investigation. Could you describe a specific use case in order to make some test?