Skip to content

Latest commit

 

History

History
executable file
·
33 lines (21 loc) · 1.58 KB

README.md

File metadata and controls

executable file
·
33 lines (21 loc) · 1.58 KB

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.