Skip to main content
Skip table of contents

Compatibility with Xray

Attachments uploaded through the following Xray entry points are checked and filtered:

UI

  1. Test issue type → Test Steps attachments
    Attachment Checker’s configured error message is not displayed because Xray does not display the returned error message.

    acj xray test steps.png
  2. Test Execution issue type → Execution Evidence

    acj xray test execution evidence.png
  3. Test Execution Test Steps Actual Result text area

    acj xray test execution steps actual result text area.png

REST API

1.0

CODE
/rest/raven/1.0/api/test/{testKey}/step
/rest/raven/1.0/api/test/{testKey}/step/{stepId}
/rest/raven/1.0/api/testrun/{testRunid}
/rest/raven/1.0/api/testrun/{testRunid}/attachment
/rest/raven/1.0/api/testrun/{testRunId}/step/{stepResultId}
/rest/raven/1.0/api/testrun/{testRunId}/step/{stepResultId}/attachment
/rest/raven/1.0/import/execution
/rest/raven/1.0/import/execution/multipart

2.0

CODE
/rest/raven/2.0/api/test/{testKey}/steps
/rest/raven/2.0/api/test/{testKey}/steps/{stepId}
/rest/raven/2.0/api/testrun/{testRunid}
/rest/raven/2.0/api/testrun/{testRunid}/attachment
/rest/raven/2.0/api/testrun/{testRunId}/step/{stepResultId}
/rest/raven/2.0/api/testrun/{testRunId}/step/{stepResultId}/attachment
/rest/raven/2.0/api/testrun/{testRunId}/iteration/{iterationId}
/rest/raven/2.0/api/testrun/{testRunId}/iteration/{iterationId}/step/{stepResultId}
/rest/raven/2.0/api/testrun/{testRunId}/iteration/{iterationId}/step/{stepResultId}/attachment
/rest/raven/2.0/api/import/execution
/rest/raven/2.0/api/import/execution/multipart
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.