Questions tagged [jbehave-plugin]

JBehave-plugin are using to integrate JBehave with different editors.

JBehave BDD Plugin IntelliJ IDEA 9 plugin that facilitates navigation of JBehave stories and steps.
JBehave Eclipse plugin BDD using JBehave and Eclipse plugin to help in writing stories. There are Multiple JBehave plugins, which are used to integrate JBehave with editors.

28 questions
1
vote
1 answer

cloudbees jbehave plugin

I've just migrated my CI server from an In company server to a CloudBees server. My application uses JBehave for functional testing and on the In Company server, i had JBehave hudson plugin (http://jbehave.org/reference/stable/hudson-plugin.html)…
rafaferry
  • 75
  • 1
  • 5
0
votes
0 answers

How to execute AfterStory/AfterScenario if story failed by timeout

Currently, I have next issue. I'm running test story thru jbehave-maven plugin and passing custom story timeout to it thru properties and setting it to embedder using useStoryTimeouts Timeout is passed correctly, but when story is failing by timeout…
DiTest
  • 31
  • 4
0
votes
0 answers

Jbehave pass data in lifecycle step

in below example data is being passed in scenario steps, but not in Lifecycle step any idea why? Lifecycle: Before: Scope: SCENARIO|STORY Outcome: ANY When I enter search criteria () on the Search page Given I navigate to CB…
Shashank Garg
  • 51
  • 1
  • 4
0
votes
1 answer

Story Not Found error while running a test using Jbehave Junit

I have configured my Jbehave test project and has a .story file in the project. I tried using the configuration settings as I found on the internet but when I run the tests, it gives me an error, the stack trace is shown…
Srivastava
  • 3,500
  • 12
  • 46
  • 74
0
votes
1 answer

How to pass parameter to Jbehave lifecycle

Can i pass parameter to Jbehave life cycle? Like the below? Lifecycle: Before: Given I have logged in as Thanks!
user2340124
  • 81
  • 3
  • 3
  • 12
0
votes
1 answer

How to create a .table extention jbehave file using IntelliJ

I need to create a .table file to keep the data for Jbehave using intelliJ. (As an example like this ,org/trader/stories/trades.table ) But .table file extension isn't populated when I create the file and mentioned that .table extension is not…
0
votes
1 answer

Can't open a .story file for jbehave in eclipse 3.6.2

I've created a new project to test JBehave with an eclipse plugin. When I try to open the story file (sample.story) I'm getting the following error and the file doesn't open. Message: Problems occurred when invoking code from plug-in:…
0
votes
1 answer

JBehave-Junit-Runner throwing NullPointerException

I am new to JBehave and am attempting to use the JBehave-JUnit-Runner to display test results nicely in JUnit in Eclipse Luna (on Ubuntu 12.04). I am using JBehave-JUnit-Runner 1.1.2, JUnit 4.12-beta-1 and JBehave-core 4.0-beta-9. When I…
Flic
  • 751
  • 8
  • 19
0
votes
1 answer

using jbehave to export stories to html

I have a directory tree organised with stories, where stories are grouped by their functional responsibilities, e.g. C:\specifications | + myproject | |- admin stories | |- account_management.story | +-…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

What is difference between and in maven plugin (jbehave example)

As in title - here is piece of code. I can have < scope > as well as < phase > Jbehave documentation doesn't say much about it (http://jbehave.org/reference/stable/maven-goals.html)
pbaranski
  • 22,778
  • 19
  • 100
  • 117
0
votes
1 answer

How do I tell JBehave META-INF to configure it for JPA using the Maven plugin?

I'm trying to get JBehave, JPA and Maven to play nicely together. I can run the test via eclipse and everything works just fine. I run it via maven, and JPA can't find the persistence.xml file. However a unit test I have finds the persistence.xml…
Jim Barrows
0
votes
1 answer

How to install xGherkin editor in Aptana studio 3 for Behave-BDD tool?

Which plugin should I install in Aptana Studio 3 to view the Gherkin files written in Behave(BDD tool for Python). The Gherkin files have '*.feature' extension. Right now, it treats the *.feature files as text files and does not support them. I am…
nids
  • 925
  • 2
  • 11
  • 16
0
votes
1 answer

Embedded tomcat won't let my selenium/jbehave stories run

I am trying for the embedded tomcat to start before the integration tests (mine use Selenium + JBehave) and stop just afterwards. Here is how I tried to configure maven: org.apache.tomcat.maven
balteo
  • 23,602
  • 63
  • 219
  • 412
1
2