Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 827 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 827 Bytes

Spock Framework Maven Archetype

Overview

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:

Usage

mvn archetype:generate -DarchetypeGroupId=com.zanclus -DarchetypeArtifactId=spock-bootstrap

Download and install the archetype locally

git clone https://github.com/JUGGL/spock-bootstrap.git
cd spock-bootstrap
mvn clean package install