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 role of this prerequisite function in setting up the conditions required for the main test to succeed.