UNPKG

cypress-xray-plugin

Version:

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

11 lines (10 loc) 233 B
export interface EntityProperty { /** * The key of the property. Required on create and update. */ key: string; /** * The value of the property. Required on create and update. */ value: unknown; }