Hi, I am executing automation tests on the platform, other than test name, can I add specific keywords to my tests for easy identification?

I’m using the platform to run automation tests. Can I add specific keywords to my tests to make them easier to identify?

Hey Miro,

On LambdaTest, we allow you to add different tags for easy identification of test cases. You may use the capability tags with an array of all the tags you would like to pass.

Eg:

Array Tag [] : {"tag", "mobile", "regression"}
DesiredCapabilities caps = new DesiredCapabilities();
caps.setCapability("build", "TagsTest");
caps.setCapability("tags", Tag);