UNPKG

cypress-xray-plugin

Version:

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

13 lines (12 loc) 299 B
import type { SimpleLink } from "./simple-link"; export interface LinkGroup { groups?: LinkGroup[]; /** * Details about the operations available in this version. */ header?: SimpleLink; id?: string; links?: SimpleLink[]; styleClass?: string; weight?: number; }