osInfo property
Set the value that shold be displayed in the OS column of the Test Results page of the Test Manager.
Setting this value does not not impact the host OS property that governs the baseline chosen for the test. The host OS 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 hostOS or hostOS. This also overwrite the value displayed in the OS column of the Test Manager unless the osInfo is used.
Syntax
Call syntax
NSString* value; // give relevant initial value
eyes.osInfo = value
value = eyes.osInfo
Declaration
(copy, nonatomic, nullable) NSString *osInfo
Type:NSString*
The value to be displayed in the OS column of the Test Results page of the Test Manager.