UNPKG

cypress-xray-plugin

Version:

A Cypress plugin for uploading test results to Xray (test management for Jira)

8 lines (7 loc) 154 B
export interface XrayLicenseStatus { active: boolean; /** * @example 'Commercial (Atlassian Marketplace)' */ licenseType: string; }