PropertyData class
Platform: PlaywrightLanguage: JavaScript SDK:
A test property is a user-defined name/value pair that you can associate with a test.
You can view these properties
as well as
filter
and group
by these properties in the Test Manager.
You can set properties using the
Eyes.addProperty method, Configuration.addProperty method, Configuration.setProperties method or Configuration.properties property.
Constructor
- PropertyData()
- Use this constructor to create a PropertyData object.
Methods
- getName()
- Retrieve the property name.
- getValue()
- Retrieve the property value.
- setName()
- Set the property name.
- setValue()
- Set the property value.