UNPKG

cypress-xray-plugin

Version:

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

7 lines (6 loc) 155 B
export interface Properties { /** * Details of the issue properties identified in the request. */ properties?: Record<string, string>; }