How can we share an automation test session link to a teammate who is not included in my LambdaTest account?

I need to share an automation test session link to a teammate.

Hello Alex,

Follow this path in LambdaTest: Automation>Builds> Share build with Email/URL.

A link will be generated that will allow you to share builds with your team mate.

Hi, Is it possible to get this link during the execution of my test ?

Hey,

Please Refer > Commonly Used APIs For Mobile App Testing | LambdaTest

Please use this Curl to generate a link

curl ‘https://api.lambdatest.com/lshs/api/v1.0/share-item/generate-sharable-link’ -H ‘authorization: Bearer ’ --data-raw ‘{“entityIds”:[“123456”],“entityType”:“App Automation Build”,“expiresAt”:7}’