Hey everyone,
I'm currently working on Playwright tests in Python and need to add a trusted self-signed CA certificate. I don't want to ignore SSL errors, but rather include a specific CA certificate.
I have tried to use NODE_EXTRA_CA_CERTS
env variable but with no luck.
If you have any insights or guidance on how to achieve this, I would greatly appreciate your help!
Thanks,
This thread is trying to answer question "How can I add a trusted self-signed CA certificate in Playwright tests in Python?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].