AutoBE
    Preparing search index...

    Interface AutoBeTestFile

    A generated test file with scenario metadata.

    Kakasoo

    interface AutoBeTestFile {
        content: string;
        location: string;
        scenario: AutoBeTestScenario;
    }
    Index

    Properties

    content: string

    Complete TypeScript source code of the test file.

    location: string

    File path for the test (e.g., "test/features/api/order/test_api_shopping_order_publish.ts").

    Test scenario metadata (target endpoints, expected behavior, prerequisites).