add_property 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
value = eyes.add_property(name, value)
Parameters
- name
- Type:Text
- The name of the property.
- value
- Type:Text
- The value associated with the name.
Return value
- Type: None