addProperty method
Adds a custom key name/value property that will be associated with tests. You can view these properties and filter and group by these properties in the Test Manager.
Syntax
eyes.addProperty(name, value);
Parameters
- name
- Type:String
- The name of the property.
- value
- Type:String
- The value associated with the name.
Return value
- Type: void