agent-js-playwright icon indicating copy to clipboard operation
agent-js-playwright copied to clipboard

ReportPortal Launch Link: undefined

Open PWookey opened this issue 10 months ago • 7 comments

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.

Image

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.

PWookey avatar Jan 21 '25 15:01 PWookey

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.

AmsterGet avatar Jan 21 '25 16:01 AmsterGet

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?

devashish2203 avatar Jun 10 '25 17:06 devashish2203

Hello @devashish2203 ! Please check with the latest version 5.2.2.

AmsterGet avatar Sep 12 '25 16:09 AmsterGet

Thanks @AmsterGet. I'm able to pass those parameters now.

devashish2203 avatar Sep 16 '25 15:09 devashish2203

Still not seeing this. Is there a specific parameter i should set? Other than the required (api key, endpoint, project etc)?

cmyllis avatar Sep 30 '25 11:09 cmyllis

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.

AmsterGet avatar Oct 02 '25 15:10 AmsterGet

Ok i can wait for a fix since this is not critical.

cmyllis avatar Oct 03 '25 06:10 cmyllis