Interface uploadTestResultsFileParams

interface uploadTestResultsFileParams {
    filePath: string;
    testId: string;
}

Properties

Properties

filePath: string

Local path to the file to upload.

testId: string

Test ID to upload the file for.