Is JBehave Supported?

JBehave was an early and popular BDD Automation tool before Cucumber. We are often asked if Behave Pro supports JBehave

Alan Parkinson avatar
Written by Alan Parkinson
Updated over a week ago

Behave Pro's integration with Test Automation tools works with any Gherkin based tools. This includes Cucumber, Cucumber-JVM, Cucumber-JS, SpecFlow, Behat, and Behave. JBehave does support Gherkin and can work with Behave Pro but there is a caveat

JBehave supports two different story/feature syntax; It's own custom syntax based on Given When Then, and Gherkin. By default JBehave uses it's own custom Story Syntax and not Gherkin, you will have to switch JBehave to use the GherkinStoryParser for it to work with Behave Pro.
โ€‹

Did this answer your question?