UNPKG

@dbouckaert/zephyr-scale-cloud-reporter

Version:

ZH Cloud, or zephyr helpers is a Node JS framework that implements test suites with Zephyr scale for Jira. It uses a soft-assert function to absorb failing assertions and translate them to a true/false value.

8 lines (7 loc) 173 B
export interface TestResultBody { id: number; testResultStatusId: number; userKey: string | undefined; executionDate: string; actualStartDate: string; }