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

    Interface TestOrganizationStrategy

    Test organization strategy interface

    interface TestOrganizationStrategy {
        strategyType: string;
        organizeTests(scenarios: Scenario[]): TestGroup[];
        getGroupLabel(group: TestGroup): string;
        getGroupDescription(group: TestGroup): string;
        getDescription(): string;
    }

    Implemented by

    Index

    Properties

    strategyType: string

    Methods