All Projects → geb → geb-example-cucumber-jvm

geb / geb-example-cucumber-jvm

Licence: other
An example project for using Geb with cucumber-jvm

Programming Languages

groovy
2714 projects
Gherkin
971 projects

Example Geb and Cucmber JVM Project

Build Status

Description

This is an example project for using Geb with the Cucumber-JVM testing framework.

Usage

This example is a Gradle project and uses the Gradle Cucumber Plugin. The project is using the Gradle wrapper, so if you don't need to have Gradle installed if you execute the appropriate script in the project directory and Gradle will be downloaded for you.

To run the tests, just run ./gradlew cucumber on *nix or gradlew.bat cucumber on Windows.

The following commands will launch tests browsers as headless:

./gradlew cucumber -Dgeb.env=firefoxHeadless
./gradlew cucumber -Dgeb.env=chromeHeadless

See the src/test/resources/GebConfig.groovy file for how to run the tests with different browsers.

Questions and issues

Please ask questions on Geb user mailing list and raise issues in Geb issue tracker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].