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

https://github.com/znsio/specmatic-redis-sample

Sample project demonstrating of how Redis can be stubbed out using Specmatic
https://github.com/znsio/specmatic-redis-sample

Last synced: about 1 year ago
JSON representation

Sample project demonstrating of how Redis can be stubbed out using Specmatic

Awesome Lists containing this project

README

          

# Private Beta

![Redis Stubbing Overview](assets/redis-stub.gif)

This project demonstrates how to stub out Redis using specmatic-redis. Please contact us at https://specmatic.io for access to the distributable.

## Instructions to try this out

### Pre-requisites
1. Java 17 or higher
2. Access to Specmatic-Redis distributable
3. Update build.gradle with the path to the Specmatic Redis distributable to where it is extracted to on your machine.

### Running the tests
```shell
./gradlew clean build
```