xray
Integration
XRay
XRay is a native Jira application that covers test management features.
It can be extended by Test Maker as a plugin in an elegant way. The execution results are directly traced in the specified Jira instance. XRay gives full traceability between requirements, tests, defects and executions.
In contrast with the other plugins, XRay's implementation in Test Maker is done in the configuration file:
plugins: [
...plugins.integration.xray,
...{
options: {
clientId: clientId,
clientSecret: clientSecret,
apiUrl:`https://xray.cloud.getxray.app/api`,
apiVersion: `v2`,
featuresFolder: `./features`,
keys: [
`tf-70`,
],
autoDownload: true,
autoUpload: true
}
}
]
note
XRay documentation can be found here.