cypress-xray-plugin
Version:
A Cypress plugin for uploading test results to Xray (test management for Jira)
50 lines (49 loc) • 1.16 kB
TypeScript
export declare const HELP: {
plugin: {
configuration: {
authentication: {
jira: {
root: string;
};
root: string;
xray: {
cloud: string;
server: string;
};
};
cucumber: {
prefixes: string;
};
introduction: string;
jira: {
projectKey: string;
testExecutionIssue: {
fields: {
issuetype: string;
};
};
url: string;
};
plugin: {
debug: string;
};
};
guides: {
targetingExistingIssues: string;
};
};
xray: {
importCucumberTests: {
cloud: string;
server: string;
};
installation: {
cloud: string;
server: string;
};
issueTypeMapping: {
cloud: string;
server: string;
};
};
};