Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aslakhellesoy/cucumber-maven-plugin

Maven support for Cucumber (java)
https://github.com/aslakhellesoy/cucumber-maven-plugin

Last synced: about 2 months ago
JSON representation

Maven support for Cucumber (java)

Awesome Lists containing this project

README

        

h1. Cucumber Maven Plugin

A simple cucumber maven plugin. Written by Øystein Ellingbø (ellingbo) and Ole Christian Rynning (oc) :-)

h2. How to use?

* Install jruby
* Add to your maven2 settings.xml (~/.m2/settings.xml):



cucumber.mojo

h3. Command line

mvn cucumber:features -Dcucumber.features.directory=examples/simple/features -Djruby.home=/opt/jruby-1.2.0

h3. Configure in your project POM



cucumber.mojo
cucumber-maven-plugin

/path/to/jruby
/path/to/features


By default it scans for features in src/test/features.