You cannot post messages because only members can post, and you are not currently a member.
|
Provide predefined steps on a java lib
|
| |
Hi, I'm trying to develop a java lib to provide a set of predefined steps for Android development. On a normal project the structure will have a feature and steps folder for testing the app, but In this case the steps are the lib itself. So that means steps should be under src/ folder like a normal source file?... more »
|
|
release schedule
|
| |
Hi, just wondering when the next release (1.1.4) of Cucumber JVM will happen? I've noticed the Gherkin version has been bumped in master, but there's no release yet. Anything I can do to speed up the process? I'm relying on a Scala plugin which has some issues at the moment because 1.1.3 relies on an older version of Gherkin which has a few bugs.... more »
|
|
Accessing world object outside of a step
|
| |
Hello, I am trying to attach a world object to a drb server and at the moment the only place i know where to do that is in a step. Is there another place i can access it that makes more sense, like AfterConfiguration? I tried there but the world object is not in scope. Thanks
|
|
Accessing CallbackWorld outside of a step
|
| |
Hello, I am trying to setup a drb server that expose the CallbackWorld object. At the moment the only place i can find where to access this object is inside a step. It is possible to expose this object outside of a step? I tried in AfterConfiguration(?) but it is out of scope there. Thanks
|
|
yard graph
|
| |
Hi All, I'm trying to use yard for documenting ruby code. It is generating decent documentation when I run yard doc, although, I also want to generate diagrams. I'm getting the following stdout when I'm running "yard graph" and it doesn't generate any diagrams, any suggestions on what it could be?... more »
|
|
cucumber-weld problem
|
| |
It seems that if i activate cucumber-weld (with org.jboss.weld.se), this happens:
@Before
public void before() {
ExampleClass ec = new ExampleClass();
...
@Given("^someGiven")
public void given() {
ec.bar();<----throws nullpointer with cucumber-weld activated
...@When("^someWhen")... more »
|
|
Passing Ant Value to Java
|
| |
I am currently running several tests via cucumber-jvm, and I am kicking them off via an ant script. I am passing values to the ant script via command line at run, which are then overriding my Cucumber.Options values. This is working fantastic, and allows me to select different feature files, and different scenarios with specific tags on the fly. My question is, can... more »
|
|
Tags not functioning
|
| |
Hi Aslak, thank you for you prompt reply, I have input the following in the command line (gradle cucumber -PPlatform="Android" -PAppName="Mustatrd" -Dcucumber.options="--tags @my"). it just runs the whole feature without acknowledging the tags I am specifying. I have two scenarios which contains tags , below is my gradle.feature... more »
|
|
Publishing Cukes
|
| |
Hi All,
Like a lot of y'all, we need to publish our cukes for consumption by
business and product owners in a secure project. I seek guidance or
experiential reports from the group. The alternatives I see are:
1) Relish
I really like what Matt has done and think that's probably the way to go... more »
|
|
|