UNPKG

cypress-xray-plugin

Version:

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

8 lines (7 loc) 182 B
import type { LinkGroup } from "./link-group"; export interface Opsbar { /** * Details of the link groups defining issue operations. */ linkGroups?: LinkGroup[]; }