Replies: 1 comment
-
did you try this ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm facing self-signed certificates issues when trying to install
playwright-go
and install the browsers to be able to run end to end tests in Golang.This is the command I ran
Output and error
I know the error could be due to using a corporate mac laptop in corporate network. I even tried to set
NODE_EXTRA_CA_CERTS
with the custom .pem files but to no avail. Is there a setting or code that needs to be enabled so that the browsers can be downloaded?Greatly appreciate any help on this 🙏 I would like to be able to run and write the tests in Go. Else my team will have re-write the tests in Javascript instead.
Beta Was this translation helpful? Give feedback.
All reactions