app icon indicating copy to clipboard operation
app copied to clipboard

ID annotation in NUnit XML should connect test cases same as console log output

Open IovetsNikolay opened this issue 9 months ago • 0 comments

To Reproduce Steps to reproduce the behavior:

  1. Have an XML with ID annotations with Testomat IDs in them. id format: T18043f76
  2. Rename test case in code
  3. Exporting XML with npx report-xml "test-results-billing.xml" --lang="c#" command
  4. Check test results uploaded to test case with T18043f76, no new test case was created

xml example test-results-with-id.xml.zip Image

Additional context As we agreed I changed the annotation to ID instead of Category

IovetsNikolay avatar Apr 15 '25 10:04 IovetsNikolay