How to integrate my code on Robot framework to LambdaTest?

Tell me the procedure to integrate my code on Robot framework to LambdaTest.

Hello Tim,

You need to pass your username and access key. Or, you can also pass your creds as env) & remote url in common.robot file as shown below:


${REMOTE_URL}       http://%{LT_USERNAME}:%{LT_ACCESS_KEY}@hub.lambdatest.com/wd/hub
${KEY}              <YOUR_LAMBDATEST_USERNAME>:<YOUR LAMBDATEST ACCESS KEY>