Protractor - self-signed ssl headless test e2e don't pass
问题 We have e2e test with Protractor. When I execute the script in my local machine it will pass. Now I have to integrate it with Jenkins system and docker. My webpage re-directs to another login page due to SSO. So I started with an url like this: https://demop-staging-ppd.com and this demop will me send to sso page with another url. When I write script to test if am I on the exact page, it will not pass because this page: I think the problem is we used self ssl certification. this is my conf.js