UNPKG

cypress-xray-plugin

Version:

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

11 lines (10 loc) 215 B
export interface SimpleLink { href?: string; iconClass?: string; id?: string; label?: string; params?: Record<string, string>; styleClass?: string; title?: string; weight?: number; }