agent-net-nunit icon indicating copy to clipboard operation
agent-net-nunit copied to clipboard

Report Portal integration point with NUnit 3

Results 6 agent-net-nunit issues
Sort by recently updated
recently updated
newest added

It would be nice if in NUnit we assign category to fixture, and in RP we will see this category for test items.

Hi, I'm trying to run tests using nunit-console. Using **ReportPortal.Nunit 4.5, nunit-console 3.16.3, .Net 6**. I also added the addins file to the nunit-console folder as described in the tutorial....

1. It may be worth changing the description of this section if the Addin setting is not relevant or has changed now ![image](https://user-images.githubusercontent.com/9935848/224985412-00f61179-0567-42e1-be58-73d4f2078cc9.png) 2. Will be great add point that...

Adding Description attribute to a Test: [**Test**, Description("Description_Info")] it allows me to read it at the event: ReportPortalListener_AfterTestFinished(object sender, ReportPortal.NUnitExtension.EventArguments.TestItemFinishedEventArgs e) The value of 'e.FinishTestItemRequest.Description' is "Description_Info". But when running...

RP RC 4.0 Retry icon doesnt show for test based on nunit.

Im trying to configure project with Report Portal. I tried on VS 2019 and 2022. ### It works running with CI, but not locally. Project references have NUnit, NUnit3TestAdapter, ReportPortal.NUnit...