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:
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.
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