79228213

Date: 2024-11-26 20:49:56
Score: 3.5
Natty:
Report link

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
      }
    }
Reasons:
  • Blacklisted phrase (1): this plugin
  • RegEx Blacklisted phrase (3): Can someone help
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Sheetal Akhud