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.
โ