Iovets Nick

Results 10 issues of 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 ![Image](https://github.com/user-attachments/assets/52841ab7-5c68-4054-94d4-50d68b44300d)

enhancement
reporting

**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...

bug
reporting

**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...

enhancement
priority high
tags
importer

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 ![Image](https://github.com/user-attachments/assets/e64e9656-4526-4520-983e-b1ceada61843) XML example: [test-results-one-nunit-failed.xml.zip](https://github.com/user-attachments/files/19756785/test-results-one-nunit-failed.xml.zip)

enhancement

**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**...

bug

**To Reproduce** Steps to reproduce the behavior: 1. Mark test as ignored with standard NUnit [Ignore] annotation ![Image](https://github.com/user-attachments/assets/1c16ea6f-5109-4915-ad92-43856731d389) 3. Run test and upload test results XML to Testomat 4. Ignored...

bug

**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...

bug

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 ![Image](https://github.com/user-attachments/assets/4042dbd7-54c8-4aed-905b-83b7f3b23629)

enhancement

**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",...

bug
reporting
priority medium

**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...

bug
priority medium
playwright
artifacts