Behave Test Runner Extension - v1.1.7
    Preparing search index...

    Interface TestGroup

    Test group for organization strategies

    interface TestGroup {
        id: string;
        label: string;
        description: string;
        scenarios: Scenario[];
    }
    Index

    Properties

    id: string
    label: string
    description: string
    scenarios: Scenario[]