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: