The information in this topic may be out of date. The current SDK reference guide has moved here.
BatchInfoPlain class
Platform: Selenium 4Language: JavaScript SDK:
Call the
Configuration.setBatch method or Eyes.setBatch method with an object of this type to configure the batch for one or more tests.
See How to group tests into batches using the SDK
for details and an example.
Properties
- idType:string
- Use this property to set and retrieve the unique id of the batch.
- nameType:string
- Use this property to set and retrieve the name of the batch.
- notifyOnCompletionType:boolean
- Enable informing the Eyes server that the batch has completed.
- propertiesType:PropertyDataPlain[]
- Set one or more user-defined properties to be associated with the batch.
- sequenceNameType:string
- Use this property to set and retrieve the batch sequence name for a batch.
- startedAtType:Date|string
- Use this property to set and retrieve the date and time that will be displayed in the Test Manager as the start time of the batch.