reportportal / agent-net-specflow

Report Portal agent for SpecFlow
Apache License 2.0
10 stars 4 forks source link

.net core 3.1 #61

Closed santhosh-James closed 3 years ago

santhosh-James commented 3 years ago

The reports are not getting logged when using .net core 3.1 for both specflow and nunit

Tried from Visual studio Test explorer and using Dotnet test command line.

I have the nunit3Tesstadapter 3.17.0 and installed specflow and specflow.nunit , Reportportal.Nunit(4.0.0) and Reportportal.specflow(3.0.2)

nvborisenko commented 3 years ago

What documentation did you follow during installation? SpecFlow, NUnit, VsTest? Please choose one..

santhosh-James commented 3 years ago

Specflow. It is working in .net core 2.1. But when it is upgraded to .net core 3.1 it does not log reports

On Dec 7, 2020, at 4:46 PM, Nikolay Borisenko notifications@github.com wrote:

 What documentation did you follow during installation? SpecFlow, NUnit, VsTest? Please choose one..

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

nvborisenko commented 3 years ago

Please discover example for specflow integration, including .netcore3.1.

If it doesn't even work, share simple test project to reproduce the issue.