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
0
votes
1 answer

Grails, Cucumber, Geb, and Spring Security not working together properly

I have a Grails application that is using Spring Security, and I'm trying to run tests on it with Cucumber/Geb When I load my website with run-app and navigate to 'MyProject/' it redirects me to the index page (ok so far) When I load my functional…
Matt Westlake
  • 3,499
  • 7
  • 39
  • 80
0
votes
1 answer

unable to run cucumber test using maven build run configuration

I am trying to run cucumber tests in eclipse using maven build as run configuration. When i run the configuration, build is getting success but browser does not invoke. Hence the test is not running. Tests are getting skipped, giving an info…
shruti
  • 33
  • 1
  • 6
0
votes
1 answer

What the best practices to organize packages for automated tests?

I am the only person in QA in my company and I would like to introduce automation test with WebDriver, Cucumber, Java. What is the best way for organize my packages? Heading src/main/java com.mycompany.myapp.pageobject selenium classes …
0
votes
2 answers

Java - Randomising Examples in Cucumber Scenario Outline

I have a weird request; I'm not sure if its even possible. I have loads of scenarios that I have defined using Scenario Outline but I don't want all of them to run on our CI environment as it will slow down the build. Is it possible to randomise the…
Johnson E
  • 66
  • 1
  • 5
0
votes
1 answer

How to run same scenario multiple times without using outline in Cucumber?

Consider following cucumber scenario: Scenario Outline: Execute a template Given I have a