reportportal / agent-net-specflow

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

New version pointing to latest version of specflow #54

Closed winstondz closed 4 years ago

winstondz commented 4 years ago

I am receiving an error where its looking for the older specflow version (3.1.0) when using v3.0.0? Is there a new one which points to v3.3.30 of specflow. Also when using nunit as the test runner, for specflow scenarios with @ignore tag, the report portal tests don't end, but are stuck with a status of 'in progress' . Will this nuget package resolve that issue? I am using the nunit report portal agent which does not handle the ignored scenarios, so was hoping to migrate to this one.

nvborisenko commented 4 years ago
  1. Cannot reproduce issue with versions mismatching. The latest beta requires SpecFlow >= 3.1.80 You can see minimum supported version on https://www.nuget.org/packages/ReportPortal.SpecFlow/3.0.0-beta.3 image

The coming release will require v3.3.0 as minimum supported version.

  1. Also I cannot reproduce issue with @ignore tag using v3.0.0-beta.3. I just don't see ignored scenario on RP. Hmm, I prefer to see it as skipped. Submitted issue #55

Could you please prepare simple test project to highlight issues?

nvborisenko commented 4 years ago

@winstondz closing it, feel free to reopen.

winstondz commented 4 years ago

Sorry. I have been off for the week. I was able to resolve it by re installing the packages