You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get self signed local domain be trusted in Cypress
Why is this needed?
I am developing over https on localhost manually, and with mkcert help chrome accept certificate as trusted.
Common approach in Cypress is some manual testing after test finishes, so it will be nice to have local certificate trusted in Cypress too.
Other
No response
The text was updated successfully, but these errors were encountered:
this definitely seems possible. mkcert creates a CA key at ~/.local/share/mkcert/rootCA-key.pem and adds the corresponding cert to the system's trust store (/etc/ssl/certs/ on linux). all cypress needs to do is use that CA to sign the certs it generates at
What would you like?
I want to get self signed local domain be trusted in Cypress
Why is this needed?
I am developing over https on localhost manually, and with mkcert help chrome accept certificate as trusted.
Common approach in Cypress is some manual testing after test finishes, so it will be nice to have local certificate trusted in Cypress too.
Other
No response
The text was updated successfully, but these errors were encountered: