Out-of-the box BDDfy treats methods ending with "Context" as non-reported methods that run before the Given When Then (GWT) methods. However, if you have a GWT method ending in "Context," BDDfy throws a stackoverflowexception. For example,
public void Then_the_name_is_used_for_the_context
The simple workaround is to modify the name so that it does not end in context,.