/cucumber-jvm-post

Contains the example code for my cucumber JVM post series

Primary LanguageJava

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