I’d like to ask something about your product. Is it possible to trigger a pipeline using your product? Specifically, I’m interested in a scenario where, after manually starting the pipeline on Bitbucket, I can view the report on the machine and then have the option to retry it if needed.
Hey, Nice tutorial but, I'm having certificate issue when I'm executing tests. Do you know how to troubleshoot this. at processTicksAndRejections (node:internal/process/task_queues:95:5) Failed to finish launch. Error: unable to get local issuer certificate
Hi Team ,Cam we manage the timeout as well for sending logs to report portal?some times iam getting error failed to send log error: timeout of 30000 ms exceeeded
Hello @alexfrancis6051! Thanks for your question! 30000ms is the default timeout set by our internal JS client, you can manage it via [restClientConfig](github.com/reportportal/agent-js-playwright#:~:text=be%20finished%20separately.-,restClientConfig,-Optional) parameter. Feel free to post a ticket on GitHub or reach our support team in case of any questions!
Hello there, Thank you for your comment and your interest in ReportPortal. The thing is that ReportPortal does not use an environment variable for the API key. We primarily use the API key to authenticate requests. If you are looking to authenticate your API requests, you would typically include the API key in the HTTP Authorization header of your requests. Could you please provide more details on why you need to pass the API key as an environment variable in the TestNG framework? Are you trying to authenticate API requests in your tests, or is there any other reason?
I’d like to ask something about your product. Is it possible to trigger a pipeline using your product? Specifically, I’m interested in a scenario where, after manually starting the pipeline on Bitbucket, I can view the report on the machine and then have the option to retry it if needed.
Hey, Nice tutorial but, I'm having certificate issue when I'm executing tests. Do you know how to troubleshoot this.
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Failed to finish launch. Error: unable to get local issuer certificate
do you have similar tutorial for robot framework?
Hi Team ,Cam we manage the timeout as well for sending logs to report portal?some times iam getting error failed to send log error: timeout of 30000 ms exceeeded
Hello @alexfrancis6051!
Thanks for your question!
30000ms is the default timeout set by our internal JS client, you can manage it via [restClientConfig](github.com/reportportal/agent-js-playwright#:~:text=be%20finished%20separately.-,restClientConfig,-Optional) parameter.
Feel free to post a ticket on GitHub or reach our support team in case of any questions!
How to pass apikey as environment variable in testng framework i tried but it's not working
Hello there,
Thank you for your comment and your interest in ReportPortal.
The thing is that ReportPortal does not use an environment variable for the API key. We primarily use the API key to authenticate requests.
If you are looking to authenticate your API requests, you would typically include the API key in the HTTP Authorization header of your requests.
Could you please provide more details on why you need to pass the API key as an environment variable in the TestNG framework? Are you trying to authenticate API requests in your tests, or is there any other reason?
Providing API key in configuration file is a No No as this is posing serious security issue when executing tests in pipeline