Running automation tests on LT platform- I want to try this if anyone can help
Thanks to raise this here, you could add tag capability Say, for java- selenium, I am adding tag1, tag2, you can define
String tags[] = { “tag1”, “tag2” };
then pass tags value below: capabilities.setCapability(“tags”, tags);
I want to add ,maximum 5 tags can be added together
Hope this helps.
1 Like