Interface AutoTestDescription

Description of an AutoTest step.

interface AutoTestDescription {
    behavior: AutoTestDescriptionBehavior;
    value: string;
}

Properties

Properties

Whether the description should be uncollapsed automatically.

value: string

The description text.