When does the user need to add the next screenshot to the code as a baseline and give it a name?
When does the user need to make the next screenshot as baseline within the code and give build name?
Hey Helen,
The User needs to add the below mentioned snippet:
capabilities.setCapability("smartUI.baseline",true);
capabilities.setCapability("smartUI.build","buildname");