ReportPortal Launch Link: undefined
Hello,
Experiencing a small problem when running tests.
If I use this endpoint in my Playwright config "http://reportportal.*******.com:8080/api/v2", when running a test I see "ReportPortal Launch Link: undefined" in my console.
If I change the endpoint to v1 then I see the launch link as expected.
Is this a known issue? I'd like to use v2 if possible.
Hello @PWookey ! This is a known issue, our backend team is familiar with it, but it is currently in the backlog. If you want to get the link before we release a fix, you can create it yourself using the launchUuidPrint and launchUuidPrintOutput options.
When using typescript, since the ClientConfig interface doesn't provide the above options (refer: code here), how can I pass the options to the Report Portal client?
Hello @devashish2203 ! Please check with the latest version 5.2.2.
Thanks @AmsterGet. I'm able to pass those parameters now.
Still not seeing this. Is there a specific parameter i should set? Other than the required (api key, endpoint, project etc)?
Still not seeing this. Is there a specific parameter i should set? Other than the required (api key, endpoint, project etc)?
Hello @cmyllis ! Are you referring to the original issue (undefined launch link) or @devashish2203 question regarding launchUuidPrint and launchUuidPrintOutput options?
The original issue has not yet been resolved, so please use the provided workaround until a fix is available.
Ok i can wait for a fix since this is not critical.