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
Hi,
next problem:
I always get the exception when I try to use SpecFlow.Actions.WindowsAppDriver
"OneTimeSetUp: BoDi.ObjectContainerException : Interface cannot be resolved: SpecFlow.Actions.Configuration.ISpecFlowActionJsonLoader (resolution path: SpecFlow.Actions.WindowsAppDriver.Configuration.WindowsAppDriverConfiguration)" when I try to run my tests.
All stepdefinition-files have a [Binding]-attribute, no hooks file, although I don't think it is related to my sourcecode as the exception is thrown in WindowsAppDriver package itself?!
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Hi,
next problem:
I always get the exception when I try to use SpecFlow.Actions.WindowsAppDriver
"OneTimeSetUp: BoDi.ObjectContainerException : Interface cannot be resolved: SpecFlow.Actions.Configuration.ISpecFlowActionJsonLoader (resolution path: SpecFlow.Actions.WindowsAppDriver.Configuration.WindowsAppDriverConfiguration)" when I try to run my tests.
All stepdefinition-files have a [Binding]-attribute, no hooks file, although I don't think it is related to my sourcecode as the exception is thrown in WindowsAppDriver package itself?!
What am I doing wrong?
The text was updated successfully, but these errors were encountered: