How to get build report in Azure using Robot framework?
Hi Mecy,
Users need to follow the below-mentioned steps:
- Add LT_BUILD_NAME variable in yaml like :
variables:
LT_USERNAME: "lambdatest user"
LT_ACCESS_KEY: " lambdatest key"
LT_BUILD_NAME
- Use that variable in capabilities like:
Set Test Variable &{options} browserName=${browserName} platform=${platform} platformVersion=${platformVersion} deviceName=${deviceName} name=${testName} tunnel=true build="Robot MijnPostNL" isRealMobile=true w3c=true idleTimeout=300 build= Get Environment Variable LT_BUILD_NAME
Set Test Variable &{CAPABILITIES} LT:Options=&{options}
Open Browser To Login Page with LambdaTest ${browserName} ${REMOTE_URL} ${CAPABILITIES}