KC's Workspace
    Preparing search index...
    interface ErrorOptions {
        fullStack?: boolean;
        project?: TestProject;
        screenshotPaths?: string[];
        showCodeFrame?: boolean;
        task?: Task;
        type?: string;
        verbose?: boolean;
    }
    Index

    Properties

    fullStack?: boolean
    project?: TestProject
    screenshotPaths?: string[]
    showCodeFrame?: boolean
    task?: Task
    type?: string
    verbose?: boolean