top of page

Questions & Answers

Public·51 members

Importing actual result on "Actual Result" field in the STEPS with Playwright's junit xml result.

Hi Everyone, I’m still new to AIO, and I’m curious if it’s possible to import values into the 'Actual Result' field in the Steps. This is the field I was trying to point out:

ree

Thanks

33 Views
Niharika
Niharika
Dec 03, 2024

Hello Mark,


The JUnit xml report is pretty basic in the data that it captures. Getting data into the actual result which is at step level, is not possible, since there are no step level results. Also, there has to be a mapping between the step and the code.


If you would like to get granular control over each step result, then the way to go would be the AIO Tests REST APIs. Check out the update detailed result API : https://tcms.aiojiraapps.com/aio-tcms/aiotcms-static/api-docs/#/Execution%20management/updateDetailedRunResult


HTH.

-N


bottom of page