UNPKG

@dbouckaert/zephyr-scale-reporter

Version:

ZH, 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.

11 lines (10 loc) 268 B
export interface ZephyrConfig { zephyrURL: string; zephyrUser: string; zephyrPass: string | undefined; jiraUsername: string; zephyrProjectName: string; zephyrFolderName: string; environment: string | undefined; defaultJiraId: string; }