-
-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self-Signed Certificate Error #512
Comments
For running tests with self-signed ssl certificate:
WebdriverIO:
SeleniumWebdriver/Protractor:
|
@APshenkin what's option for puppeteer?
|
Is there any compatible example for ignoring HTTPSErrors in the Rest Helper? I've been all over the Axios docs and found a closed issue with a workaround -> axios/axios#12
|
I have this setting in my codeceptjs.
and this gives me certificate expired when I try to run test case like this
Any idea on how to fix this? I already have |
Are there something like this for Playwright webkit browser? |
ignoreHTTPSErrors should work.
|
😀👍🏻 Playwright with option |
What are you trying to achieve?
Run the test on localhost with a self-signed ssl certificate.
What do you get instead?
The text was updated successfully, but these errors were encountered: