Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Done
-
1.16.1
-
None
-
XPORTERCLOUD 2020 Sprint 6
-
Description
As a user, I want to be able to export execution evidences (images) from Test Runs and Test Runs Test Steps
Currently, we are able to export this information:
// Iterating over execution evidences for each test run Execution Evidences Total: ${TestRuns[n].ExecutionEvidencesCount} #{for m=TestRuns[n].ExecutionEvidencesCount} Id: ${TestRuns[n].ExecutionEvidences[m].Id} Name: ${TestRuns[n].ExecutionEvidences[m].Name} #{end}
We should be able to export the images as well:
${TestRuns[n].ExecutionEvidences[m].Evidence}
And
We should be able to export the attachments images:
Attachments
Issue Links
- duplicates
-
XPORTERCLOUD-1388 Xporter should be able to Export the Test Run Evidences
- Closed