hostingAppInfo property
Set the value that shold be displayed in the Browser column of the Test Results page of the Test Manager.
Setting this value does not not impact the hosting application property that governs the baseline chosen for the test. The hosting application property that governs the baseline of the test is by default defined by Eyes based on the execution environment the test ran on. A user can change the value used for the baseline using the hostApp or hostApp. This also overwrite the value displayed in the Browser column of the Test Manager unless the hostingAppInfo is used.
Syntax
Call syntax
NSString* value; // give relevant initial value
eyes.hostingAppInfo = value;
value = eyes.hostingAppInfo
Declaration
(copy, nonatomic, nullable) NSString *hostingAppInfo
Type:NSString*