The information in this topic may be out of date. The current SDK reference guide has moved here.

BatchInfo class

Platform: AppiumLanguage: C# SDK:
Call the Configuration.SetBatch method or Eyes.Batch property with an object of this class to configure the batch for one or more tests.
See How to group tests into batches using the SDK for details and an example.

Using statement

using Applitools;
	

Constructor

BatchInfo()
The constructor for the BatchInfo class.

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:bool
Enable informing the Eyes server that the batch has completed.
PropertiesType:PropertiesCollection
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:DateTimeOffset
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.

Methods

AddProperty()
Associate a user-defined property with the batch.