Top "Jbehave" questions

JBehave is a Java-based framework supporting Behavior-Driven Development (BDD), an evolution of Test-Driven Development (TDD) and Acceptance Test–Driven Development (ATDD).

IntelliJ IDEA, jbehave support plugin cannot find declaration to go to

I've faced with the next problem: after installing jbehave support plugin I can't jump to step declaration in Java. I've …

java maven intellij-idea jbehave jbehave-plugin
How can I run Cucumber test using explicit Maven goal?

I have an application contains both Cucumber and JBehave test, I want to be able to run one of them …

maven cucumber cucumber-jvm jbehave
Unable to run a JBehave story

Can someone help me to run a JBehave story? I've got a Maven project in Eclipse. The story is: Meta: @…

java maven jbehave
jbehave run only specific story

I have jbehave integrated with Selenium. I am running my tests through command line as below C:\eclipse_workspace\MySeleniumTests&…

selenium automated-tests jbehave jbehave-plugin
BDD Android UI testing framework?

I'm looking at using Frank for UI testing our iOS application(s). Is there a similar library with support for …

android cucumber bdd robotium jbehave
How to include and exclude scenarios from test execution in JBehave?

I have some stories. Every story has some scenarios. Example: Story 1. Scenario 1. Scenario 2. Scenario 3. Story 2. Scenario 1. Scenario 2. TestNG has suite.…

java selenium testng jbehave thucydides
Stylizing JBehave Reports

I am creating a collection of JBehave reports during my build that I would like to enhance. The default html …

html css formatting report jbehave
Access JBehave Examples table data in step

I would like to know if there is a way I can access examples table row data within a step …

java annotations tdd bdd jbehave
Integration of jbehave with jenkins

I have to integrate jbehave with jenkins. But I don't have idea how to do this. I saw that I …

jenkins continuous-integration jbehave
What's causing this Maven/JBehave error?

I have a Maven project that produces a Mule Connector. It's basically a shell, so I started adding some BDD …

java maven intellij-idea mule jbehave