In many cases, it becomes necessary to include attachments as part of automated test results. A common scenario is when a test fails, and you have captured a screenshot of the screen at the point of failure.
Attachments can also be uploaded with the help of TestRail CLI. If you are using JUnit framework then you can extend your test classes with the annotation on the code and add the TestRailTestReporter argument to your test methods.
Attachments can also be uploaded with the help of TestRail CLI. If you are using JUnit framework then you can extend your test classes with the annotation on the code and add the TestRailTestReporter argument to your test methods.