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.

16 lines (15 loc) 308 B
export interface SoftAssert { failedAsserts: string[]; equals: any; deepEquals: any; notEquals: any; includes: any; notIncludes: any; isUndefined: any; isNull: any; objectHasAllKeys: any; isEmptyObject: any; hasLength: any; assertAll: any; isOneOf: any; }