• Stars
    star
    27
  • Rank 868,299 (Top 18 %)
  • Language
    Groovy
  • Created over 9 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An example project for using Geb with cucumber-jvm

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.