Interface UploadParameters

Hierarchy

  • UploadParameters

Properties

apiBaseUrl?: string

Base URL of Argos API (default to "https://api.argos-ci.com/v2/")

branch?: string

Git branch

buildName?: string

Name of the build used to trigger multiple Argos builds on one commit

commit?: string

Git commit

files?: string[]

Globs matching image file paths to upload

ignore?: string[]

Globs matching image file paths to ignore (default to "**/*.{png,jpg,jpeg}")

parallel?: false | {
    nonce: string;
    total: number;
}

Parallel test suite mode

prNumber?: number

Pull-request number

root?: string

Root directory to look for image to upload (default to current directory)

token?: string

Argos repository token

Generated using TypeDoc