top of page
To test this feature, visit your live site.
Importing actual result on "Actual Result" field in the STEPS with Playwright's junit xml result.
Importing actual result on "Actual Result" field in the STEPS with Playwright's junit xml result.
1 answer0 replies
1 Comment
bottom of page
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