AutoBE
    Preparing search index...

    Interface AutoBeTestScenarioDependency

    A dependency function that must be called before the main test.

    Represents a prerequisite API call needed to prepare the system state for successful test execution.

    Kakasoo

    interface AutoBeTestScenarioDependency {
        endpoint: IEndpoint;
        purpose: string;
    }
    Index

    Properties

    Properties

    endpoint: IEndpoint

    The API endpoint for this dependency function.

    Complete specification of the prerequisite function that needs to be called, including parameters and expected behavior.

    purpose: string

    Why this dependency is needed.

    Explains the real policy or state condition this prerequisite establishes, including why it must happen before the main test when ordering matters.