JSON object containing all event attributes and their associated values.

Hierarchy

  • CIAppEventAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
attributes?: {
    [key: string]: any;
}

JSON object of attributes from CI Visibility test events.

Type declaration

  • [key: string]: any
tags?: string[]

Array of tags associated with your event.

testLevel?: CIAppTestLevel

Test run level.

Generated using TypeDoc