UNPKG

azure-devops-test-helper

Version:

Import JSON result with attachments into Azure Test Plan

11 lines (10 loc) 377 B
import { TestAttachmentReference, TestCaseResult } from "azure-devops-node-api/interfaces/TestInterfaces"; import { Screenshot } from "./types"; export interface UpdateTestCaseData { testCaseResults: TestCaseResult[]; screenshots: Screenshot[]; } export interface UpdateTestResults { testCaseResults: TestCaseResult[]; attachments: TestAttachmentReference[]; }