I want to send my python logs to lambdatest? Is there any way to see my logs on lambdatest

Hi , I run my Selenium automation test cases on lambdatest but I could not found logs that I have written in my script on the lambdatest platform. Should I need to add any capability for that?

Hi , As per your question we are not sure which logs you want to see on LambdaTest, However please check the below mentioned for logs details:

  1. For Network Logs, you need to pass “network”: ‘true’ in your capabilities.
  2. For console Logs , you need to pass “console”: ‘true’ in your capabilities.
  3. For Terminal Logs, you need to pass “terminal” : ‘true’ in your capabilities along with that you will have to save your terminal logs in a file and push them to LambdaTest using the terminal logs API , please refer to the attached doc for terminal log API : LambdaTest API Documentation | LambdaTest