SpecFlowOSS / SpecFlow

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
https://www.specflow.org/
Other
2.22k stars 752 forks source link

SpecFlow does not work any more with new version of Verify #2692

Open PhuongVu101 opened 1 year ago

PhuongVu101 commented 1 year ago

SpecFlow Version

4.0.16-beta

Which test runner are you using?

xUnit

Test Runner Version Number

2.4.2

.NET Implementation

equal or greater .NET Framework 4.6.1

Project Format of the SpecFlow project

Classic project format using packages.config

.feature.cs files are generated using

SpecFlow.Tools.MsBuild.Generation NuGet package

Test Execution Method

Visual Studio Test Explorer

SpecFlow Section in app.config or content of specflow.json

No response

Issue Description

When I run the unit test, I have this error : Impossible de charger le type 'VerifyTests.DerivePathInfo' à partir de l'assembly 'Verify, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c7a34512ecd69090'.

I think that SpecFlow.Verify used the different version with the nuget that I'm using now

Steps to Reproduce

image image

Link to Repro Project

No response