I tried to configure this plugin, but even after the execution, new Test execution is created or test results are uploaded. Can someone help? below is my configuration:
configureXrayPlugin(on,config,{ jira: { projectKey: "CYP", // placeholder value url: "https://testcypressproject.atlassian.net", // placeholder value attachVideos: true, createTestIssues: true,
testExecutionIssueSummary: "Trial cypress xray result upload", // ignored
testExecutionIssueDescription: "Trial cypress xray result upload", // ignored
// testExecutionIssue: {
// fields:{
// description: "Trial cypress xray result upload",
// summary: "Trial cypress xray result upload"
// }
// }
},
xray: {
//uploadRequests: true,
uploadResults: true,
uploadScreenshots: true
},
plugin: {
// enabled: true,
logDirectory: "cypress/logs",
// normalizeScreenshotNames: true,
debug: true
}
}