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.

10 lines (9 loc) 177 B
export interface Environment { isDefault: boolean; color: string; name: string; index: number; description: string; id: number; projectId: number; }