How to publish report on Jenkins for LambdaTest automation tests?

How to publish report on Jenkins for LambdaTest automation tests?

Hi Darran,

For getting LambdaTest reports on Jenkins you need to use $LT_BUILD_NAME through env variable, which will be handled by the LambdaTest Jenkins Plugin:

String buildName = System.getenv("LT_BUILD_NAME ");
capabilities.setCapability("build", buildName);