mmagana / cucumber-jvm-post

Contains the example code for my cucumber JVM post series

Home Page:http://zsoltfabok.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the java code I created while I was writing my posts about cucumber-jvm. Each post has its different branch:

Building, configuring and running

I'm using ivy for managing the project dependencies, so after cloning the repository you have to run ivy:

 % ivy

and install the ivyDE plugin.

Building the project:

 % ant compile

You may have a different location for ivy therefore the location of the ivy.jar is configurable via the build.properties file. Use the example build.properties_example for setting it properly.

Running the test cases:

 % ant test

Cleaning up:

 % ant clean

About

Contains the example code for my cucumber JVM post series

http://zsoltfabok.com/


Languages

Language:Java 94.7%Language:Gherkin 5.3%