Open aronweiler opened 1 year ago
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