Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/aslakhellesoy/cucumber-maven-plugin
- Owner: aslakhellesoy
- Created: 2009-03-27T20:34:45.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T09:16:51.000Z (about 4 years ago)
- Last Synced: 2024-04-14T15:13:25.359Z (9 months ago)
- Language: Java
- Homepage: http://cukes.info
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
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
.