Hi I'm new to SpecFlow and a bit of a code nube. So anyway I have followed the tutorial on the SpecFlow site. It seems as though when I try to run the tests if my variables inherit from Monobehaviour I get this error "[ERROR] Exception has been thrown by the target of an invocation. -> ECall methods must be packaged into a system module.
Scenario: Add two numbers in SpecFlowFeature1 -> Failed on thread #0"
So I'm guessing that the program cant access these variables through Monobehaviour ? I've downloaded the SpecFlow.Unity pluggin but Im not sure iff this will help the error.
Can anyone help me in the right direction ?