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,
sorry for the late reply, I've been on holiday.
You present an interesting issue here; Clearly, it appears natural to expect "OtherGivens" before scenario method to be loaded. On the other hand, we have literally started the scenario already, so maybe it is not a good idea to run a "before scenario method here..." I think I need to play around with this a bit...
In some scenario call
addStage(OtherGiven.class)
then, call its methods in that scenario.
@BeforeScenario
marked methods inOtherGiven
class will not be called.The text was updated successfully, but these errors were encountered: