An open API service indexing awesome lists of open source software.

https://github.com/specmatic/enterprise-sample

Sample project to understand how to use Specmatic Enterprise
https://github.com/specmatic/enterprise-sample

sample-project

Last synced: 2 months ago
JSON representation

Sample project to understand how to use Specmatic Enterprise

Awesome Lists containing this project

README

          

# enterprise-sample

This is a sample project for Specmatic enterprise. It demonstrates how to use the features of the enterprise edition in a simple application.

## Running Contract Tests with Specmatic Enterprise

Pre-req: Make sure you have Docker and Docker Compose installed on your machine.

#### 1. Build the application
```shell
./gradlew clean :placeorder-service:bootJar
```

#### 2. Run contract tests using Docker Compose
```shell
docker compose -f docker-compose.test.yml up --build
```