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?!
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?