Function upload

  • Upload screenshots to argos-ci.com.

    Parameters

    Returns Promise<{
        build: {
            id: string;
            url: string;
        };
        screenshots: {
            hash: string;
            name: string;
            optimizedPath: string;
            path: string;
        }[];
    }>

Generated using TypeDoc