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

Cross Browser Testing using Cucumber sequentially?

I want to run the same feature files on different browsers sequentially. For example TestingExpression.feature,TestingExpression2.feature,.... all these feature files have to run on browsers(Chrome,Mozilla and IE) sequentially
-2
votes
4 answers

Cucumber Gherkin: Is there a way to have your gherkin features written and managed in excel sheets instead of .feature files in IntelliJ or eclipse?

Cucumber Gherkin: Is there a way to have your gherkin scenarios written and managed in excel sheets instead of .feature files in IntelliJ or Eclipse like in SpecFlow+Excel(screenshot given as link below)? I am using Cucumber-JVM with selenium for my…
-2
votes
1 answer

I want to automate the cucumber steps using ruby class

Login.feature Background: Given I am on Google Scenario: Search for a term When I fill in "q" found by "name" with "TestingBot" And I submit Then I should see title "TestingBot - Google Search" Here i added some…
tsr_qa
  • 633
  • 3
  • 9
  • 27
-3
votes
1 answer

Cucumber issue(Calling step defination from other java project )

My requirement is that i am keeping my step Definition code in other Java Project and my runner class is in other java project.. I am not able to call step definition provided in other java project.. Please help how can i achieve the same
Ashikali
  • 11
  • 5
-3
votes
1 answer

Trying to verify a value from a large responsive Web table

I am trying to verify a value from a specific column in a huge web table. But none of the locator is unique and selenium cant find all the element. using selenium and cucumber jvm. below is one of the html code for a cell value:
Rumon
  • 1
  • 1
1 2 3
90
91