Khaled-Noordin / geb-example-cuke4duke

An example project for using Geb with Cuke4Duke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an example project for using Geb (0.6 or later) with the Cuke4Duke testing framework.

This example is a Maven project and uses the Maven Cuke4Duke plugin.

The first time you run this you need to run:

mvn -Dcucumber.installGems=true integration-test

After that you can just run:

mvn integration-test

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

About

An example project for using Geb with Cuke4Duke