We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not able to connect playwright with report portal Getting below error
Failed to start suite: Error: unable to verify the first certificate
The text was updated successfully, but these errors were encountered:
Hello @shyamala97 ! Seems that the problem associated with self-signed certificates. You can find the details and possible solutions in this issue.
Sorry, something went wrong.
@shyamala97 You can overcome this error by providing next report portal settings
const RPconfig = { ... restClientConfig: { agent: { rejectUnauthorized: false, }, },
Hello @shyamala97 ! Does the provided workaround work for you?
Hi , Can any1 provide the way to configure certificates?
No branches or pull requests
Not able to connect playwright with report portal
Getting below error
Failed to start suite: Error: unable to verify the first certificate
The text was updated successfully, but these errors were encountered: