You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow-up, I tried reverting the updated NuGet packages one by one, and found that it was the update of the SpecFlow.Actions.WindowsAppDriver that is the culprit.
If I downgrade the SpecFlow.Actions.WindowsAppDriver to v0.1.177, the tests work again.
Going to the SpecFlow.Actions.WindowsAppDriver v0.1.350 causes this issue.
Is there something I am missing in order to get these tests working again?
SpecFlow Version
3.9.74
Which test runner are you using?
xUnit
Test Runner Version Number
SpecFlow.xUnit 3.9.74, xUnit 2.4.2
.NET Implementation
.NET 6.0
Project Format of the SpecFlow project
Sdk-style project format
.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
specflow.json:
specflow.actions.json
Issue Description
After upgrading the NuGet packages on my very simple UI test sample project (see image), I can no longer run UI tests.
Running the tests through the Visual Studio (2022) Test Explorer, I receive the following result:
Steps to Reproduce
Clone my repo, build the project, and attempt to run tests via Visual Studio Test Explorer
Link to Repro Project
https://github.com/aronweiler/random/tree/main/SpecFlowExample
The text was updated successfully, but these errors were encountered: