nexus-agents - v2.80.0
    Preparing search index...

    Interface GeneratedTest

    Generated test case.

    interface GeneratedTest {
        name: string;
        type: "e2e" | "integration" | "unit";
        code: string;
        target: string;
        scenarios: string[];
    }
    Index

    Properties

    name: string

    Test name

    type: "e2e" | "integration" | "unit"

    Test type

    code: string

    Test code

    target: string

    Target function/component

    scenarios: string[]

    Test scenarios covered