Polyman Documentation - v2.2.2
    Preparing search index...

    Interface LocalTestGroup

    Local test group configuration. LocalTestGroup

    interface LocalTestGroup {
        name: string;
        pointsPolicy?: PointsPolicy;
        feedbackPolicy?: FeedbackPolicy;
        dependencies?: string[];
    }
    Index

    Properties

    name: string

    Group name

    pointsPolicy?: PointsPolicy

    Points policy

    feedbackPolicy?: FeedbackPolicy

    Feedback policy

    dependencies?: string[]

    Dependent group names