Spock Framework aims to make testing code for the JVM simple. It is based on Gherkin and allows for a very expressive way of writing test specifications using the Groovy programming language. This archetype sets up a Maven project for writing Java and using Spock for tests. More information about SpockFramework can be found at:
- Setting Up Maven For Spock
- An Introduction To Specifications with Spock
- More about Spock Specifications
mvn archetype:generate -DarchetypeGroupId=com.zanclus -DarchetypeArtifactId=spock-bootstrap
git clone https://github.com/JUGGL/spock-bootstrap.git
cd spock-bootstrap
mvn clean package install