Iovets Nick
Iovets Nick
As we want to use both BDD and non-BDD test cases we want to fix non-BDD test cases suits and fill them with dummy descriptions automatically 
**To Reproduce** Steps to reproduce the behavior: 1. Take the attached XML from the example and upload it to Testomat with npx report-xml "test-results-billing.xml" --lang="c#" 2. Console log cut to...
**Is your feature request related to a problem? Please describe.** For categorizing (tagging) tests NUnit has a default TestCategory annotation, which resolves in a property field with a name Category...
NUnit XML has a section with an attachment for every test case, let's use it for attachment path definitions and uploading to cloud provider  XML example: [test-results-one-nunit-failed.xml.zip](https://github.com/user-attachments/files/19756785/test-results-one-nunit-failed.xml.zip)
**To Reproduce** Steps to reproduce the behavior: 1. Add console log with several attachments path to NUnit C# XML as: file:///Users/nick.iovets/Downloads/TestCategory_Tcbf7109e/playwright-screenshots-on-failure/E2E.Tests.Tests.Billing.ActionLogScenarios.VerifyChangesInServiceOrderActionLog.png file:///Users/nick.iovets/Downloads/TestCategory_Tcbf7109e/playwright-traces/E2E.Tests.Tests.Billing.ActionLogScenarios.VerifyChangesInServiceOrderActionLog.zip 2. Upload test results to Testomat **Expected behavior**...
**To Reproduce** Steps to reproduce the behavior: 1. Mark test as ignored with standard NUnit [Ignore] annotation  3. Run test and upload test results XML to Testomat 4. Ignored...
**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...
As we have test file paths in NUnit C# XML results maybe it is possible to upload source code also during npx report-xml "test-results.xml" --lang="c#" execution 
**Describe the bug** Testomat shows 0s (tracked: 1h 21m 47s) for test-run with the next XML data: start-time="2025-06-03T00:37:42Z" end-time="2025-06-03T01:11:35Z" duration="4907.2203166" I would assume 1h 21m 47s was taken from duration="4907.2203166",...
**Describe the bug** We can open .zip Playwright traces files in testomat, only when we have Playwright option in Project Framework settings dropdown. In the BDD project Project Framework constantly...