<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.jbehave.user">
    <title>gmane.comp.java.jbehave.user</title>
    <link>http://blog.gmane.org/gmane.comp.java.jbehave.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1321"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1319"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1302"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1298"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1295"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1289"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1282"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1279"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1272"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1270"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1264"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1261"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1259"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1252"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1248"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1243"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1238"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1235"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1230"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.jbehave.user/1218"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1321">
    <title>Announcement: Release 1.0.0 of new jbehave-junit-runner</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1321</link>
    <description>&lt;pre&gt;Good Morning,

thank You for contributing to the first release by reporting bugs and
improvements. The first version can be pulled from maven central. Or you
can download it from our github project site.

&amp;lt;dependency&amp;gt;
    &amp;lt;groupId&amp;gt;de.codecentric&amp;lt;/groupId&amp;gt;
    &amp;lt;artifactId&amp;gt;jbehave-junit-runner&amp;lt;/artifactId&amp;gt;
    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;
&amp;lt;/dependency&amp;gt;

Please let us know if you have further suggestions.

Andreas
Am 13.05.2012 16:42 schrieb "Andreas Ebbert-Karroum" &amp;lt;
andreas.ebbert-karroum-yJbiVz8w35r6n8oly/gPIw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

&lt;/pre&gt;</description>
    <dc:creator>Andreas Ebbert-Karroum</dc:creator>
    <dc:date>2012-05-19T05:45:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1319">
    <title>don't fail for pending steps</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1319</link>
    <description>&lt;pre&gt;Hi,

I'm trying to stop my runs failing when there are pending steps. In my
configuration I've added:
.usePendingStepStrategy(new PassingUponPendingStep())
.useFailureStrategy(new SilentlyAbsorbingFailure())

but it still fails - is there something else I need to do?

org.jbehave.core.embedder.Embedder$RunningStoriesFailed: Failures in
running stories:
automation/jbehave/smoketest_scenarios.story:
org.jbehave.core.embedder.StoryManager$StoryExecutionFailed:
automation/jbehave/smoketest_scenarios.story
 at
org.jbehave.core.embedder.Embedder$ThrowingRunningStoriesFailed.handleFailures(Embedder.java:495)
at org.jbehave.core.embedder.Embedder.handleFailures(Embedder.java:224)
 at org.jbehave.core.embedder.Embedder.runStoriesAsPaths(Embedder.java:205)
at automation.jbehave.JbehaveRunner.GenericRunner(JbehaveRunner.java:29)

thanks,
Graham
&lt;/pre&gt;</description>
    <dc:creator>Graham Abell</dc:creator>
    <dc:date>2012-05-16T14:12:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1302">
    <title>Announcement: Beta Release of new jbehave-junit-runner</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1302</link>
    <description>&lt;pre&gt;Hi,

it has always been a problem that when jbehave is run via junit, the
reporting to junit was less than helpful. With the jbehave-junit-runner all
your stories, scenarios and steps are reported to JUnit. We based the
library on the inital work of Mark Burnett and Aaron von der Haar.

You find the project now hosted on GitHub. Please feel free to raise
issues, when things don't work for you.

https://github.com/codecentric/jbehave-junit-runner

The final release will be made available on maven central, but we wanted to
give the community the possibility to provide early feedback.

Have fun. We hope you find that useful!

&lt;/pre&gt;</description>
    <dc:creator>Andreas Ebbert-Karroum</dc:creator>
    <dc:date>2012-05-13T14:42:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1298">
    <title>Using GivenStories can I turn off execution of GivenStories ran using a Meta tag?</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1298</link>
    <description>&lt;pre&gt;I have all the stories of my project in a single folder "src/main/stories"
I'm building my test cases/stories in small blocks. So I test Story1 and then I test Story2 but it depends on Story1 to have been completed. So I'm using GivenStories:

-          Story1.story

-          Story2.story (uses GivenStories: Story1.story)

-          Story3.story (uses GivenStories: Story2.story)

I'm wondering if there is a way to add a meta tag on Story1 and Story2 that tells the framework not to run them because they will be run as part of Story3.story

Thanks for your help,
Enrique

&lt;/pre&gt;</description>
    <dc:creator>Jorge Pombar</dc:creator>
    <dc:date>2012-05-08T02:59:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1295">
    <title>Help getting the trader-runner-webdriver example</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1295</link>
    <description>&lt;pre&gt;First of all thanks for developing such a great, interesting and useful framework. I'm brand new to Maven so please bare with my very basic questions.
I'm having issues getting the trader-runner-webdriver from gitHub. I know that I'm probably missing something very basic.

Thanks in advance for your help.

Here is the pom.xml file I have:
&amp;lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&amp;gt;
  &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
  &amp;lt;groupId&amp;gt;com.mycompany.app&amp;lt;/groupId&amp;gt;
  &amp;lt;artifactId&amp;gt;my-app&amp;lt;/artifactId&amp;gt;
  &amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
  &amp;lt;version&amp;gt;1.0-SNAPSHOT&amp;lt;/version&amp;gt;
  &amp;lt;name&amp;gt;my-app&amp;lt;/name&amp;gt;
  &amp;lt;url&amp;gt;http://maven.apache.org&amp;lt;/url&amp;gt;
  &amp;lt;dependencies&amp;gt;
    &amp;lt;dependency&amp;gt;
      &amp;lt;groupId&amp;gt;org.jbehave.web.examples&amp;lt;/groupId&amp;gt;
      &amp;lt;artifactId&amp;gt;jbehave-web-trader-webdriver&amp;lt;/artifactId&amp;gt;
      &amp;lt;version&amp;gt;3.6-SNAPSHOT&amp;lt;/version&amp;gt;
    &amp;lt;/dependency&amp;gt;
  &amp;lt;/dependencies&amp;gt;
  &amp;lt;repositories&amp;gt;
                    &amp;lt;repository&amp;gt;
                        &amp;lt;id&amp;gt;org.jbehave.web.examples&amp;lt;/id&amp;gt;
                                                &amp;lt;url&amp;gt;https://github.com/jbehave/jbehave-web/tree/master/examples&amp;lt;/url&amp;gt;
                    &amp;lt;/repository&amp;gt;
  &amp;lt;/repositories&amp;gt;
&amp;lt;/project&amp;gt;

And here is the output/error I get from when running mvn install:
$ mvn install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://github.com/jbehave/jbehave-web/tree/master/examples/org/jbe
have/web/examples/jbehave-web-trader-webdriver/3.6-SNAPSHOT/maven-metadata.xml
Downloading: https://github.com/jbehave/jbehave-web/tree/master/examples/org/jbe
have/web/examples/jbehave-web-trader-webdriver/3.6-SNAPSHOT/jbehave-web-trader-w
ebdriver-3.6-SNAPSHOT.pom
[WARNING] The POM for org.jbehave.web.examples:jbehave-web-trader-webdriver:jar:
3.6-SNAPSHOT is missing, no dependency information available
Downloading: https://github.com/jbehave/jbehave-web/tree/master/examples/org/jbe
have/web/examples/jbehave-web-trader-webdriver/3.6-SNAPSHOT/jbehave-web-trader-w
ebdriver-3.6-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.532s
[INFO] Finished at: Thu May 03 11:48:14 PDT 2012
[INFO] Final Memory: 3M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project my-app: Could not resolve dependencies
 for project com.mycompany.app:my-app:jar:1.0-SNAPSHOT: Could not find artifact
org.jbehave.web.examples:jbehave-web-trader-webdriver:jar:3.6-SNAPSHOT in org.jb
ehave.web.examples (https://github.com/jbehave/jbehave-web/tree/master/examples)
 -&amp;gt; [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
lutionException

Thanks,
Enrique

&lt;/pre&gt;</description>
    <dc:creator>Jorge Pombar</dc:creator>
    <dc:date>2012-05-03T18:57:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1289">
    <title>Execution does not reach in sub stories file</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1289</link>
    <description>&lt;pre&gt;HI all,

I am using JBehave 3.6.2.I have one query which is mentioned below:

[1]  *Content of a.story:*
Scenario: Default setup

GivenStories: *com*/scenarios/setup/init_default_config

*[2] Content of  init_default_config:*

       Scenario: one test request is *resend
*

       GivenStories : *com*//scenarios/setup/get_counters
*[3] Content of get_counters:*

Scenario: Get the counters for the load/unload screen

When I go to the main screen



*Issue:* Execution folow does not reach into get_counters file so does not
execute anything from it.


Please suggest how to resolve this.

&lt;/pre&gt;</description>
    <dc:creator>Jitendra Singh Bhati</dc:creator>
    <dc:date>2012-04-27T12:06:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1282">
    <title>Database Clean up Strategies</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1282</link>
    <description>&lt;pre&gt;Hey People !

Though I know this has nothing to do with the working of the the JBehave
and Co. but any BDD/TDD
strategy must make sure that it leaves the database clean after every run
of a test case/scenario.
As of now I have been using the create snapshot/restore snapshot
methodology to maintain a clean
state for the database after every run of the scenario(What I am testing is
a web application and SQLserver
makes life easy here) .

I am keen to hear what other people are doing to keep the DB clean since
RDBMS like MySQL and other
probably don't have a snapshot feature as far as I know. Moreover are
 their any ground rule for doing it ?


Thanks,
Bhuvnesh Pratap
&lt;/pre&gt;</description>
    <dc:creator>Bhuvnesh Pratap</dc:creator>
    <dc:date>2012-04-26T04:31:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1279">
    <title>Asynchronous Calls handling _ flickering scenarios</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1279</link>
    <description>&lt;pre&gt;Hello people,

I have this scenario in my mind where one of the step makes
an asynchronous call at the
GUI (this call is supposed to persist some data in to the database ) and
then executes the
next *step* present in the scenario which actually makes some DB call over
the data that
has been just changed by the previous asych. call .

In such a case we would like to implicitly wait for next step to begin
execution or wait till some
event happens . Do we have such a feature built in our JBehave to take care
of such a situation ?


Thanks,
Bhuvnesh Pratap
&lt;/pre&gt;</description>
    <dc:creator>Bhuvnesh Pratap</dc:creator>
    <dc:date>2012-04-25T15:23:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1272">
    <title>Language support: Contribution and question</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1272</link>
    <description>&lt;pre&gt;Hello,

I'd like to contribute i18n for Norwegian that we use. I have attached file here - it said here http://jbehave.org/reference/stable/stories-in-your-language.html "If you'd like your language to be supported, you can contribute the keywords in that language and we'll happily add the language to the list of those supported out-of-the-box." However it didn't say how you'd like to receive such a contribution, so I'm using the list to get in touch.

This works well when running from my IDE (IntelliJ). Unfortunately I'm not good at maven so haven't been able to use this here yet. When I'm running "mvn clean install -e" it fails with "Failed to run stories as embeddables" and the stack trace says "Can't find bundle for base name i18n/keywords, locale no". I'm guessing something needs to be specified in a pom.xml, but not sure what. I looked in "target/test-classes/i18n", and the file keywords_no.properties is here.

Cheers,
Anders


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email
&lt;/pre&gt;</description>
    <dc:creator>Anders Sandberg Nordbø</dc:creator>
    <dc:date>2012-04-17T13:40:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1270">
    <title>Japanese characters in step parameters</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1270</link>
    <description>&lt;pre&gt;Hi All,

I got an error today, that I’m sure is trivial, but I haven’t been able to find an answer on the list or on other sites. Just in case, I’m running the tests on a Windows 7 machine with a uk locale.

I have a step with the following text
Given the narrative is 入金

When I run jBehave inside intellij everything is happy, but when I run it from the command line using maven the test fails, as jbehave is not loading those two characters as Unicode characters, but rather 3 characters. Here’s the output
java.lang.AssertionError:
Expected: "ÕàÑÚçæ"
     got: "??"

The “got” part is ok, as the windows console can’t display unicode characters, but the expected (which is taken from the step) is incorrect.

I’m wondering if I need to set up something in the configuration to hint jbehave to load the story files using UTF-8, but I have the idea that it already does so. In the meantime I’m getting the bytes from the string, and creating a new string with the “UTF-8” charset and that does the trick, but I’m sure there’s an easier, more transparent way.



Thanks  a lot!
Augusto

________________________________
The information contained in this email is strictly confidential and for the use of the addressee only, unless otherwise indicated. If you are not the intended recipient, please do not read, copy, use or disclose to others this message or any attachment. Please also notify the sender by replying to this email or by telephone (+44 (0)20 7896 0011) and then delete the email and any copies of it. Opinions, conclusions (etc) that do not relate to the official business of this company shall be understood as neither given nor endorsed by it. IG Group Holdings plc is a company registered in England and Wales under number 04677092. VAT registration number 761 2978 07. Registered Office: Cannon Bridge House, 25 Dowgate Hill, London EC4R 2YA. Listed on the London Stock Exchange. Its subsidiaries IG Markets Limited and IG Index Limited are authorised and regulated by the Financial Services Authority (IG Markets Limited FSA registration number 195355 and IG Index Limited FSA registration number 114059).
&lt;/pre&gt;</description>
    <dc:creator>Augusto Rodriguez Caceres</dc:creator>
    <dc:date>2012-04-17T10:50:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1264">
    <title>Migration from JBehave 2.5 to JBehave 3.6.2</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1264</link>
    <description>&lt;pre&gt;Hi all,

Recently I have migrated from jbehave 2.5 to jbehave 3.6.2.
Can you please suggest or provide reference of new features of which I can
take advantage of?



&lt;/pre&gt;</description>
    <dc:creator>Jitendra Singh Bhati</dc:creator>
    <dc:date>2012-04-16T18:36:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1261">
    <title>Problems running jBehave with Groovy &amp; Maven 3</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1261</link>
    <description>&lt;pre&gt;Hi All,


I'm trying to use Maven 3 to run some jBehave tests written in Groovy.
Test are running perfectly fine once executed from IDE (Intellij Idea
11.1.1) but whenever I'm trying to run them from a command line they are
never executed.

Here's an excerpt from maven's log:

[INFO] --- jbehave-maven-plugin:3.6.1:run-stories-as-embeddables
(embeddable-stories) &amp;lt; at &amp;gt; soapy ---
[INFO] Running stories as embeddables using embedder
Embedder[storyMapper=StoryMapper,storyRunner=StoryRunner,embedderMonitor=MavenEmbedderMonitor,classLoader=EmbedderClassLoader[urls=[/home/jk/git/soapyclean/target/classes/,
jbehave-groovy-3.6.1.jar, jbehave-core-3.6.1.jar, groovy-all-1.8.6.jar,
junit-dep-4.8.2.jar, hamcrest-core-1.1.jar, hamcrest-library-1.1.jar,
hamcrest-integration-1.1.jar, commons-collections-3.2.1.jar,
commons-io-1.4.jar, commons-lang-2.5.jar, plexus-utils-2.0.5.jar,
freemarker-2.3.16.jar, paranamer-2.4.jar, xstream-1.3.1.jar,
xpp3_min-1.1.4c.jar, json-simple-1.1.jar, log4j-1.2.16.jar, sshj-0.7.0.jar,
slf4j-api-1.6.1.jar, joda-time-2.1.jar,
commons-codec-1.6.jar],parent=ClassRealm[plugin&amp;gt;org.jbehave:jbehave-maven-plugin:3.6.1,
parent: sun.misc.Launcher$AppClassLoader&amp;lt; at &amp;gt;1ef6a746
]],embedderControls=UnmodifiableEmbedderControls[EmbedderControls[batch=false,skip=false,generateViewAfterStories=true,ignoreFailureInStories=true,ignoreFailureInView=false,verboseFailures=false,verboseFiltering=false,storyTimeoutInSecs=300,threads=1]],embedderFailureStrategy=org.jbehave.core.embedder.Embedder$ThrowingRunningStoriesFailed&amp;lt; at &amp;gt;57cae5b7
,configuration=org.jbehave.core.configuration.MostUsefulConfiguration&amp;lt; at &amp;gt;49af7e68
,candidateSteps=[],stepsFactory=&amp;lt;null&amp;gt;,metaFilters=[],systemProperties={},executorService=&amp;lt;null&amp;gt;,executorServiceCreated=false,storyManager=&amp;lt;null&amp;gt;]
[INFO] Found class names: []
[INFO] Using controls
UnmodifiableEmbedderControls[EmbedderControls[batch=false,skip=false,generateViewAfterStories=true,ignoreFailureInStories=true,ignoreFailureInView=false,verboseFailures=false,verboseFiltering=false,storyTimeoutInSecs=300,threads=1]]
[INFO]


Whole code is available &amp;lt; at &amp;gt; git:
https://github.com/kowalcj0/soapy-clean


I'd be grateful if anyone could help me with that.


Cheers,
JK
&lt;/pre&gt;</description>
    <dc:creator>Janusz Kowalczyk</dc:creator>
    <dc:date>2012-04-16T17:23:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1259">
    <title>Multiple value Parameter in a Step</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1259</link>
    <description>&lt;pre&gt;Hello All !

I came across a use case when you would want to have multiple value for a
particular
parameter in step such as :


Given the user adds orange:apple to the cart


&amp;lt; at &amp;gt;Given("the user adds $fruit to the cart")
public void addFruitToCart(List&amp;lt;String&amp;gt; fruit){

}
&lt;/pre&gt;</description>
    <dc:creator>Bhuvnesh Pratap</dc:creator>
    <dc:date>2012-04-13T09:28:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1252">
    <title>InternetExplorerWebDriverProvider ?</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1252</link>
    <description>&lt;pre&gt;Hello,

I have been using JBehave-web-selenium wrapper for Firefox with using
FirefoxWebDriverProvider for some time,
Now with time the project requires to run on Internet Explorer and It seems
JBehave-web-selenium doesn't support
WebDriverProvider . Is there a way I could run my JBehave enabled
automation suite on Internet Explorer
as well ?


Thanks,
Bhuvnesh Pratap
&lt;/pre&gt;</description>
    <dc:creator>Bhuvnesh Pratap</dc:creator>
    <dc:date>2012-04-09T10:34:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1248">
    <title>A few questions</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1248</link>
    <description>&lt;pre&gt;Hi,

I would like to ask:

1. Is there a way to avoid having to write a JUnit class per story file?
2. If I need to do some tasks before running the tests once (deploy war in
my case) how would I do that?
3. My When section gets some data and my Then section asserts on it. Is it
ok to create an instance field in the Steps class and assign in one step
and use it in another? Seems a bit hacky.

Thanks

Rakesh
&lt;/pre&gt;</description>
    <dc:creator>rakesh mailgroups</dc:creator>
    <dc:date>2012-04-04T16:01:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1243">
    <title>metaFilters on Command-line</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1243</link>
    <description>&lt;pre&gt;Does anyone know if metaFilters can be passed on the maven command line as a System Property?

I have played with this, but cannot get it to work.

Am I confused and wasting my time, or do I have a syntax issue?

i.e. - mvn -DmetaFilters="+skip false" clean install

If this should work, has anyone tried it?

If so, how do you specify a list?

i.e. - mvn -DmetaFilters="+skip false, -theme, +smoke testing" clean install                       (?)

Any comments, suggestions, or help would be much appreciated.

Thanks.
David



The information contained in this email message and its attachments is intended only for the private and confidential use of the recipient(s) named above, unless the sender expressly agrees otherwise. Transmission of email over the Internet is not a secure communications medium. If you are requesting or have requested the transmittal of personal data, as defined in applicable privacy laws by means of email or in an attachment to email, you must select a more secure alternate means of transmittal that supports your obligations to protect such personal data. If the reader of this message is not the intended recipient and/or you have received this email in error, you must take no action based on the information in this email and you are hereby notified that any dissemination, misuse or copying or disclosure of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by email and delete the original message. &lt;/pre&gt;</description>
    <dc:creator>Alves, David</dc:creator>
    <dc:date>2012-04-03T17:59:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1238">
    <title>Output folder resolution in default Story Builder</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1238</link>
    <description>&lt;pre&gt;I've just configured a simple project with the jenkins plugin, and was 
scratching my head as to where the reports had vanished to, when I 
spotted that the spaces in the job title (and hence the workspace 
location) had been converted to %20 in the output path.  Creating a new 
project with hyphens instead of spaces fixed that.

It looks like the old File.toURL() instead of File.toURI().toURL(), but 
CodeLocations.codeLocationFromPath() is using the latter, so I'm not 
sure where the issue might lurk.

Project is basically using the MostUsefulConfiguration, one Steps class, 
one Stories class, nothing complicated.

thanks

Rob


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Rob Daykin</dc:creator>
    <dc:date>2012-04-01T13:52:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1235">
    <title>duration in seconds vs milliseconds</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1235</link>
    <description>&lt;pre&gt;Does anyone know why one test.stats file may report its duration in seconds
and another may report duration in milliseconds.  I have this situation and
can work with either, but would like to know with certainty how to ensure
one vs the other in the .stats file.
Thanks,
Seth
&lt;/pre&gt;</description>
    <dc:creator>Seth Carter</dc:creator>
    <dc:date>2012-03-26T14:56:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1230">
    <title>Help With Running Individual Scenarios As Separate JUnit Tests</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1230</link>
    <description>&lt;pre&gt;Hi All,


I believe it would be a desire of many to run individual scenarios
as separate JUnit Tests ! As of now
while running a story as by overriding run() with &amp;lt; at &amp;gt;Test JUnit the whole
story runs as a single JUnit
test in Eclipse.

I am looking for a way to run each scenario as individual test under one
bigger test which would be the
story itself . Yes on console one could always monitor the status of each
and every scenario under the
story but perhaps attaching the scenarios with JUnit would make
more intuitive. Could any of you help
me with what to do in a lil. detailed manner :)


As of now I am running bunch of stories by extending JUnitStories.
Any help here is highly appreciated !

Thanks,
Bhuvnesh Pratap
&lt;/pre&gt;</description>
    <dc:creator>Bhuvnesh Pratap</dc:creator>
    <dc:date>2012-03-23T18:37:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1218">
    <title>graceful stop after first failed story ?</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1218</link>
    <description>&lt;pre&gt;I see how from within a StoryRunner I can override the run(...) and set a FailureStrategy on the configuration.  However, I'm trying to figure out if there is something I can instantiate my FailureStrategy with that will allow me to stop running any additional stories when handleFailure(...) is called.

Currently, I'm just logging the throwable and doing a System.exit(-1), but that isn't the most graceful thing in the world.

I like how configuration.storyControls().doSkipScenariosAfterFailure(true) will stop running any more Scenarios in a Story when a Scenario fails.  It would be cool if I could stop running any more Stories upon encountering a failed Story, short of a System.exit.

Any ideas?

Thanks,
Steve Maring

&lt;/pre&gt;</description>
    <dc:creator>Maring, Steve X. -ND</dc:creator>
    <dc:date>2012-03-21T18:18:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.jbehave.user/1212">
    <title>How to install JBehave-Eclipse-Plugin</title>
    <link>http://comments.gmane.org/gmane.comp.java.jbehave.user/1212</link>
    <description>&lt;pre&gt;Hello,


This looks like trivial stuff but even after dropping the required .jar to
plugins and dropin folder under eclipse
but still I am not able to get the plugin installed. (I restarted Eclipse
with -clean option, using Eclipse Helios 3.6.1).
Please Help


Thanks,
Bhuvnesh Pratap Singh
&lt;/pre&gt;</description>
    <dc:creator>Bhuvnesh Pratap</dc:creator>
    <dc:date>2012-03-20T12:10:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.jbehave.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.jbehave.user</link>
  </textinput>
</rdf:RDF>

