Questions tagged [cucumber-jvm]

Cucumber-JVM is a Cucumber implementation for the most popular JVM languages. Cucumber-JVM currently supports Java. There are also implementations for the following JVM languages, but as of version 2.1.0, they are unsupported: Groovy Scala Clojure Jython JRuby Rhino JavaScript Gosu

Cucumber-jvm is a Java-based tool for behavior-driven development.

Cucumber-JVM is a pure Java implementation of Cucumber, with native support for the most popular JVM languages: Java, Scala, Groovy, Clojure, Rhino, Jython and JRuby.

Cucumber-JVM is the successor of Cuke4Duke, which was the Ruby implementation of Cucumber, running on JRuby. It is faster and also easier to run than its predecessor.

See GitHub project

1356 questions
17
votes
2 answers

How do I specify a separate maven goal for running (Cucumber) acceptance tests?

I have the following project structure: MyProject --src --test --acceptance --step_definitions --features --unit I would like to be able to run my cucumber tests (in test/acceptance) separately in Maven from the…
Rich Ashworth
  • 1,995
  • 4
  • 19
  • 29
16
votes
2 answers

Cucumber scenario outline and examples with generic step definitions

I have a Feature file which is as below: Scenario Outline: Create ABC Given I open the application When I enter username as And I enter password as Then I enter title as And press submit Examples: |…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/cucumber" class="post-tag grid--cell" title="show questions tagged 'cucumber'" rel="tag">cucumber</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 25 '14 at 16:10">asked Mar 25 '14 at 16:10</time> <a href="../../users/1165859/trial999" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1165859.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="trial999" /> </a> <div class="s-user-card--info"> <a href="../../users/1165859/trial999" class="s-user-card--link">trial999</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,646</li> <li class="s-award-bling s-award-bling__gold" title="6 gold badges">6</li> <li class="s-award-bling s-award-bling__silver" title="21 silver badges">21</li> <li class="s-award-bling s-award-bling__bronze" title="36 bronze badges">36</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-12931281"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>16</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/12931281/how-to-organize-the-specs-definition-in-cucumber" class="question-hyperlink">How to organize the specs definition in Cucumber?</a></h3> <div class="excerpt">We are considering to use Cucumber on our project for acceptance testing. When we write a scenario in a Cucumber feature, we write a list of Given, When and Then statements. As we use cucumber-jvm project, the Given, When and Then statement are…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/cucumber" class="post-tag grid--cell" title="show questions tagged 'cucumber'" rel="tag">cucumber</a> <a href="../../questions/tagged/acceptance-testing" class="post-tag grid--cell" title="show questions tagged 'acceptance-testing'" rel="tag">acceptance-testing</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> <a href="../../questions/tagged/cucumber-junit" class="post-tag grid--cell" title="show questions tagged 'cucumber-junit'" rel="tag">cucumber-junit</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 17 '12 at 09:33">asked Oct 17 '12 at 09:33</time> <a href="../../users/26457/romain-linsolas" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/26457.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Romain Linsolas" /> </a> <div class="s-user-card--info"> <a href="../../users/26457/romain-linsolas" class="s-user-card--link">Romain Linsolas</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">79,475</li> <li class="s-award-bling s-award-bling__gold" title="49 gold badges">49</li> <li class="s-award-bling s-award-bling__silver" title="202 silver badges">202</li> <li class="s-award-bling s-award-bling__bronze" title="273 bronze badges">273</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-30594007"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>15</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/30594007/get-cucumberoptions-tag-property-using-system-getproperty" class="question-hyperlink">Get @CucumberOptions tag property using System.getProperty()</a></h3> <div class="excerpt">I am running a maven project in Eclipse for my Cucumber tests. My test runner class looks like this: @RunWith(Cucumber.class) @CucumberOptions( tags = { "@Now" }, // tags = { "@Ready" }, // tags = { "@Draft" }, …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/eclipse" class="post-tag grid--cell" title="show questions tagged 'eclipse'" rel="tag">eclipse</a> <a href="../../questions/tagged/properties" class="post-tag grid--cell" title="show questions tagged 'properties'" rel="tag">properties</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> <a href="../../questions/tagged/test-runner" class="post-tag grid--cell" title="show questions tagged 'test-runner'" rel="tag">test-runner</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 02 '15 at 10:51">asked Jun 02 '15 at 10:51</time> <a href="../../users/646818/charlie-s" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/646818.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Charlie S" /> </a> <div class="s-user-card--info"> <a href="../../users/646818/charlie-s" class="s-user-card--link">Charlie S</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,366</li> <li class="s-award-bling s-award-bling__gold" title="6 gold badges">6</li> <li class="s-award-bling s-award-bling__silver" title="59 silver badges">59</li> <li class="s-award-bling s-award-bling__bronze" title="97 bronze badges">97</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-24289838"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>15</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/24289838/cucumber-unable-to-find-step-definition" class="question-hyperlink">Cucumber: Unable to find step definition</a></h3> <div class="excerpt">I have the following feature file: MacroValidation.feature @macroFilter Feature: Separating out errors and warnings Scenario: No errors or warnings when separating out error list Given I have 0 macros When I filter out errors and warnings…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> <a href="../../questions/tagged/cucumber-junit" class="post-tag grid--cell" title="show questions tagged 'cucumber-junit'" rel="tag">cucumber-junit</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 18 '14 at 15:44">asked Jun 18 '14 at 15:44</time> <a href="../../users/578635/chun-ping-wang" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/578635.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Chun ping Wang" /> </a> <div class="s-user-card--info"> <a href="../../users/578635/chun-ping-wang" class="s-user-card--link">Chun ping Wang</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,879</li> <li class="s-award-bling s-award-bling__gold" title="12 gold badges">12</li> <li class="s-award-bling s-award-bling__silver" title="42 silver badges">42</li> <li class="s-award-bling s-award-bling__bronze" title="53 bronze badges">53</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-23564938"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>15</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/23564938/can-i-use-spring-to-autowire-controller-in-cucumber-test" class="question-hyperlink">Can I use spring to autowire controller in cucumber test?</a></h3> <div class="excerpt">I am using Cucumber to automate the testing of services and controllers in my app. In addition, I am using the Cucumber Junit runner @RunWith(Cucumber.class) in the test steps. I need to instantiate my controller and was wondering if I could use…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/spring" class="post-tag grid--cell" title="show questions tagged 'spring'" rel="tag">spring</a> <a href="../../questions/tagged/cucumber" class="post-tag grid--cell" title="show questions tagged 'cucumber'" rel="tag">cucumber</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> <a href="../../questions/tagged/cucumber-junit" class="post-tag grid--cell" title="show questions tagged 'cucumber-junit'" rel="tag">cucumber-junit</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 09 '14 at 12:41">asked May 09 '14 at 12:41</time> <a href="../../users/2733309/billy-sneddon" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2733309.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Billy Sneddon" /> </a> <div class="s-user-card--info"> <a href="../../users/2733309/billy-sneddon" class="s-user-card--link">Billy Sneddon</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">239</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="3 silver badge">3</li> <li class="s-award-bling s-award-bling__bronze" title="14 bronze badge">14</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-25923405"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>14</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>18</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/25923405/exception-in-thread-main-cucumber-runtime-cucumberexception-no-backends-were-f" class="question-hyperlink">Exception in thread "main" cucumber.runtime.CucumberException: No backends were found</a></h3> <div class="excerpt">I am developing my Selenium-JVM framework with Cucumber and while running my first feature got below error. Please help. How did I launch the feature - Right click on feature file Select Run As -> Cucumber Feature Immediate Exception - Exception…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/selenium-webdriver" class="post-tag grid--cell" title="show questions tagged 'selenium-webdriver'" rel="tag">selenium-webdriver</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 18 '14 at 22:26">asked Sep 18 '14 at 22:26</time> <a href="../../users/1036242/anand-chavan" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1036242.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Anand Chavan" /> </a> <div class="s-user-card--info"> <a href="../../users/1036242/anand-chavan" class="s-user-card--link">Anand Chavan</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,338</li> <li class="s-award-bling s-award-bling__gold" title="6 gold badges">6</li> <li class="s-award-bling s-award-bling__silver" title="23 silver badges">23</li> <li class="s-award-bling s-award-bling__bronze" title="27 bronze badges">27</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-41352248"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>13</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/41352248/sessionnotfoundexception-session-id-is-null-using-webdriver-after-calling-quit" class="question-hyperlink">SessionNotFoundException: Session ID is null. Using WebDriver after calling quit()? (Selenium)</a></h3> <div class="excerpt">I am trying to write some selenium automated UI tests using Cucumber/Java. If I have only one test in my feature file, everything works fine. But if I add a second test, I get this error on…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/selenium-webdriver" class="post-tag grid--cell" title="show questions tagged 'selenium-webdriver'" rel="tag">selenium-webdriver</a> <a href="../../questions/tagged/selenium-chromedriver" class="post-tag grid--cell" title="show questions tagged 'selenium-chromedriver'" rel="tag">selenium-chromedriver</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 27 '16 at 21:07">asked Dec 27 '16 at 21:07</time> <a href="../../users/1535349/kroe761" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1535349.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="kroe761" /> </a> <div class="s-user-card--info"> <a href="../../users/1535349/kroe761" class="s-user-card--link">kroe761</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,296</li> <li class="s-award-bling s-award-bling__gold" title="9 gold badges">9</li> <li class="s-award-bling s-award-bling__silver" title="52 silver badges">52</li> <li class="s-award-bling s-award-bling__bronze" title="81 bronze badges">81</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-38836337"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>13</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>5</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/38836337/cucumber-with-spring-boot-1-4-dependencies-not-injected-when-using-springboott" class="question-hyperlink">Cucumber with Spring Boot 1.4: Dependencies not injected when using @SpringBootTest and @RunWith(SpringRunner.class)</a></h3> <div class="excerpt">I am writing a new app and trying to do BDD using cucumber and Spring Boot 1.4. Working code is as shown below: @SpringBootApplication public class Application { @Bean MyService myService() { return new MyService(); } public…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/spring-boot" class="post-tag grid--cell" title="show questions tagged 'spring-boot'" rel="tag">spring-boot</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 08 '16 at 18:42">asked Aug 08 '16 at 18:42</time> <a href="../../users/5805593/aliyu-fonyuy" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5805593.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Aliyu Fonyuy" /> </a> <div class="s-user-card--info"> <a href="../../users/5805593/aliyu-fonyuy" class="s-user-card--link">Aliyu Fonyuy</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">515</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="5 silver badge">5</li> <li class="s-award-bling s-award-bling__bronze" title="13 bronze badge">13</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-25646865"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>13</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/25646865/cucumber-scenario-outline-passing-empty-string-as-value-in-examples-table" class="question-hyperlink">Cucumber Scenario Outline: Passing empty string " " as value in Examples table</a></h3> <div class="excerpt">I have a cucumber scenario outline in which Examples table I would like to pass an empty string (" ") and line breaks (\n \n \n) as value. I want to edit an textfield and I am deleting the string and want to pass in the empty string or the line…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/cucumber" class="post-tag grid--cell" title="show questions tagged 'cucumber'" rel="tag">cucumber</a> <a href="../../questions/tagged/string" class="post-tag grid--cell" title="show questions tagged 'string'" rel="tag">string</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 03 '14 at 14:24">asked Sep 03 '14 at 14:24</time> <a href="../../users/969430/julesmummdry" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/969430.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="julesmummdry" /> </a> <div class="s-user-card--info"> <a href="../../users/969430/julesmummdry" class="s-user-card--link">julesmummdry</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">241</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="14 bronze badges">14</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-19770103"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>13</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>5</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/19770103/global-beforeall-hook-for-cucumber-jvm" class="question-hyperlink">Global BeforeAll Hook for cucumber-jvm?</a></h3> <div class="excerpt">The ruby version of cucumber supports a global before hook. An *.rb file placed in the features/support directory gets apparently called only once, before any and all scenarios run. See…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/cucumber" class="post-tag grid--cell" title="show questions tagged 'cucumber'" rel="tag">cucumber</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 04 '13 at 14:38">asked Nov 04 '13 at 14:38</time> <a href="../../users/2018047/christian" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2018047.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Christian" /> </a> <div class="s-user-card--info"> <a href="../../users/2018047/christian" class="s-user-card--link">Christian</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">6,070</li> <li class="s-award-bling s-award-bling__gold" title="11 gold badges">11</li> <li class="s-award-bling s-award-bling__silver" title="53 silver badges">53</li> <li class="s-award-bling s-award-bling__bronze" title="103 bronze badges">103</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-39131653"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>12</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>12</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/39131653/intellij-idea-not-recognizing-feature-files" class="question-hyperlink">IntelliJ IDEA not recognizing .feature files</a></h3> <div class="excerpt">I have installed the cucumber-java and gherkin plugins in IntelliJ IDEA but when I create a .feature file it is not recognized as a feature file. I did restart IntelliJ and have checked to make sure the plugins are enabled in the plugins settings…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/intellij-idea" class="post-tag grid--cell" title="show questions tagged 'intellij-idea'" rel="tag">intellij-idea</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> <a href="../../questions/tagged/gherkin" class="post-tag grid--cell" title="show questions tagged 'gherkin'" rel="tag">gherkin</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 24 '16 at 19:32">asked Aug 24 '16 at 19:32</time> <a href="../../users/5301896/g-man" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5301896.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="G-man" /> </a> <div class="s-user-card--info"> <a href="../../users/5301896/g-man" class="s-user-card--link">G-man</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">133</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badge">1</li> <li class="s-award-bling s-award-bling__bronze" title="7 bronze badge">7</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-37841594"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>12</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/37841594/cucumber-tags-options-from-command-line" class="question-hyperlink">Cucumber `--tags` options from command line?</a></h3> <div class="excerpt">What i would like to do is to pass cucumber options from command line to execute scenarios with tag name @extecuteThese but also i wanted to exclude scenarios that are with tag name @WIP so what am i doing so far is -Dcucumber.options='--tags…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/cucumber" class="post-tag grid--cell" title="show questions tagged 'cucumber'" rel="tag">cucumber</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> <a href="../../questions/tagged/cucumber-junit" class="post-tag grid--cell" title="show questions tagged 'cucumber-junit'" rel="tag">cucumber-junit</a> <a href="../../questions/tagged/cucumber-java" class="post-tag grid--cell" title="show questions tagged 'cucumber-java'" rel="tag">cucumber-java</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 15 '16 at 17:05">asked Jun 15 '16 at 17:05</time> <a href="../../users/6271893/ranjith-s" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/6271893.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ranjith's" /> </a> <div class="s-user-card--info"> <a href="../../users/6271893/ranjith-s" class="s-user-card--link">Ranjith's</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,508</li> <li class="s-award-bling s-award-bling__gold" title="5 gold badges">5</li> <li class="s-award-bling s-award-bling__silver" title="24 silver badges">24</li> <li class="s-award-bling s-award-bling__bronze" title="40 bronze badges">40</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-34663868"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>12</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/34663868/unable-to-run-cucumber-features-in-debug-mode-in-intellij-using-gradle" class="question-hyperlink">Unable to run cucumber features in debug mode in intellij using gradle</a></h3> <div class="excerpt">When I run my configuration in debug, all the tests are executed without stopping to the breakpoints. Anyone knows how to run/debug the features using gradle? I also tried an application configuration but the system properties "geb.browser and…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/gradle" class="post-tag grid--cell" title="show questions tagged 'gradle'" rel="tag">gradle</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> <a href="../../questions/tagged/intellij-15" class="post-tag grid--cell" title="show questions tagged 'intellij-15'" rel="tag">intellij-15</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 07 '16 at 19:47">asked Jan 07 '16 at 19:47</time> <a href="../../users/3581223/rootimbo" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3581223.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="rootimbo" /> </a> <div class="s-user-card--info"> <a href="../../users/3581223/rootimbo" class="s-user-card--link">rootimbo</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">337</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="10 bronze badges">10</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-30586937"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>12</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/30586937/how-to-run-cucumber-file-from-command-line" class="question-hyperlink">How to run cucumber file from command line</a></h3> <div class="excerpt">I have cucumber feature file located at below location on my local: C:\ProjectWork\Workspace\Cucumber\DIT_Cucumber\src\cucumber\featureOne.feature and Junit jar at below location: C:\DurgeshProjectWork\Workspace\JarFiles\junit-4.11.jar When I have…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/cucumber-jvm" class="post-tag grid--cell" title="show questions tagged 'cucumber-jvm'" rel="tag">cucumber-jvm</a> <a href="../../questions/tagged/cucumber-junit" class="post-tag grid--cell" title="show questions tagged 'cucumber-junit'" rel="tag">cucumber-junit</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 02 '15 at 03:43">asked Jun 02 '15 at 03:43</time> <a href="../../users/4350877/durgesh" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4350877.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Durgesh" /> </a> <div class="s-user-card--info"> <a href="../../users/4350877/durgesh" class="s-user-card--link">Durgesh</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">585</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="12 silver badges">12</li> <li class="s-award-bling s-award-bling__bronze" title="33 bronze badges">33</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/cucumber-jvm_page=1" rel="prev" title="Go to page 1">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/cucumber-jvm_page=1" rel="" title="Go to page 1">1</a> <div class="s-pagination--item is-selected">2</div> <a class="s-pagination--item" href="../../questions/tagged/cucumber-jvm_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/cucumber-jvm_page=90" rel="" title="Go to page 90">90</a> <a class="s-pagination--item" href="../../questions/tagged/cucumber-jvm_page=91" rel="" title="Go to page 91">91</a> <a class="s-pagination--item" href="../../questions/tagged/cucumber-jvm_page=3" rel="next" title="Go to page 3"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>