UNPKG

cypress-junit-reporter-shp

Version:

Cypress Reporter | Enhances your Cypress test suite with the cypress-xray-junit-reporter a specialized custom reporter designed to seamlessly generating comprehensive XRay-compatible JUnit-style XML reports, complete with embedded screenshots on test fail

11 lines (9 loc) 362 B
/** * Installs cypress-xray-junit-reporter plugin * @example require("cypress-xray-junit-reporter/plugin")(on, config) * @param on Cypress plugin events * @param config Cypress plugin config options * @returns Cypress plugin config options */ declare function _exports(on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions): any export = _exports