app
app copied to clipboard
ID annotation in NUnit XML should connect test cases same as console log output
To Reproduce Steps to reproduce the behavior:
- Have an XML with ID annotations with Testomat IDs in them. id format: T18043f76
- Rename test case in code
- Exporting XML with npx report-xml "test-results-billing.xml" --lang="c#" command
- Check test results uploaded to test case with T18043f76, no new test case was created
xml example
test-results-with-id.xml.zip
Additional context As we agreed I changed the annotation to ID instead of Category