@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.
13 lines (12 loc) • 327 B
TypeScript
export interface ZephyrConfig {
zephyrURL: string;
jiraURL: string;
zephyrApiToken: string;
jiraApiToken: string;
jiraDisplayName: string;
zephyrFolderName: string;
zephyrTestCycleName: string;
environment: string | undefined;
defaultJiraDisplayName: string;
zephyrProjectKey: string;
}