jbehave-junit-runner icon indicating copy to clipboard operation
jbehave-junit-runner copied to clipboard

Integrate JBehave better with JUnit. Reports all Stories, Scenarios and Steps as JUnit Suites and Test Cases.

Results 33 jbehave-junit-runner issues
Sort by recently updated
recently updated
newest added

Not sure if this is a bug or an enhancement, but Lifecycle steps have been available since version 3.9 Conditional After steps are added in 3.9.3 although I'm sure this...

I'm seeing this behavior: ![image](https://cloud.githubusercontent.com/assets/1159291/4116301/8b55dbfc-3283-11e4-8df1-4188c2cd904d.png) CopyOfBaconStory and copy_of_bacon_story.story are copies of BaconStory and bacon_story, respectively. I execute it by JUnit-running the whole project. If I execute each story individually, I...

I am currently using a guice annotated path runner, which means that the @RunWith annotation is already used, is there a way to somehow chain this together or would it...

enhancement

Firstly, thank you for your very useful library! It helps me a lot for working with Spring, JBehave and JUnit. I got an issue when I tried to use Spring...

Junit doesnt display full details of scenarios/steps executed. 11 scenarios are reported although only 2 are actually defined. Using intellijJ 13.1.2 ![jbehave](https://cloud.githubusercontent.com/assets/7673400/3060066/bbf9ac88-e1f3-11e3-9365-36f0eb8dc99d.JPG) Source project: https://www.dropbox.com/s/yg4tldm90xbgs5s/jbeh1.rar I was able to reproduce...

When I override candidateSteps() Method (I know it is @deprecated) in my Test Class instead of stepsFactory(), I see no progress in JUnit Tab. To reproduce this issue remove in...

JBehave 3.6.7 supports Given-Stories at Story-Level: http://jira.codehaus.org/browse/JBEHAVE-792

enhancement

Another issue for the troubleshooting section. JBehave Steps that make use Selenium WebDriver will fail because jbehave-junit-runner will cause the test to instantiate a WebDriver before it is required. One...

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

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.11.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.11.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.11.0 2024-03-01 - 17 commit(s) by Aouichaoui Youssef, Franz Wong,...

dependencies
java