jbehave-junit-runner
jbehave-junit-runner copied to clipboard
jbehave-junit-runner requires InjectableStepsFactory
This is just a small note for the troubleshooting section:
An older test was working just fine with the now deprecated JUnitStories.candidateSteps().
jbehave-junit-runner will not execute if this is being used. Instead, one should make sure JUnitStories.stepsFactory() is being used/overridden.
Great work!
Hi,
thanks for pointing that out. I think we discussed that on some E-Mail but did not update the readme. Thank You.
Andreas