Its been a month since I started using Cypress for automation but seem to be stuck with an issue. On connecting to our application, the server requests a personal certificate from the client. This certificate is unique to the user; it is displayed once I login to SAP, and in the browser they can authenticate to websites with it. The browser prompts the user to “Select a certificate to authenticate yourself”, where the user can select OK to send it.
This prompt/dialog isn’t appearing in Test Runner. Instead, it is asking to manually sign in to the application which is not possible because the signing into the application is only possible through Certificate authentication.
Please help me to understand how to make this work on cypress. Tried to search online for some tutorials but can't seem to find the right article. 