I have a site which uses client certificate to authenticate the user and I want to do e2e testing for that site
I tried to run protractor with firefox browser, it opens the browser but then it is not asking for user identification(screen to ask user to pick the client certificates).
I have tried using chrome and it asks for the SSL certificate to choose but for firefox no luck, can somebody guide me on this?