UNPKG

cypress-xray-plugin

Version:

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

4 lines (3 loc) 271 B
import type { Scenario } from "@cucumber/messages"; export declare function getCucumberScenarioIssueTags(scenario: Scenario, projectKey: string, testPrefix?: string): string[]; export declare function getScenarioTagRegex(projectKey: string, testPrefix?: string): RegExp;