Skip to content
/ spin Public

Seamlessly start and stop infrastructure as part of a JUnit test run.

License

Notifications You must be signed in to change notification settings

PatternFM/spin

Repository files navigation

Build Status Coverage Status codebeat badge

Introduction

The Spin framework allows you to seamlessly start and stop your microservices infrastructure as part of a JUnit test run.

Documentation

A getting started guide and reference documentation for Spin is hosted on the Spin Project Page.

Building from Source

Both JDK 8 and Maven 3 are required to build Spin from source. With these prerequisites in place you can build Spin by:

git clone https://github.com/PatternFM/spin.git
cd spin
mvn clean install

Continuous Integration

The Continuous Integration service for the project is hosted on Travis

Licensing

This software is provided and distributed under the Apache Software License 2.0. Refer to LICENSE.txt for more information.