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
- Host: GitHub
- URL: https://github.com/znsio/specmatic-redis-sample
- Owner: znsio
- Created: 2023-06-04T14:33:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T19:33:38.000Z (over 1 year ago)
- Last Synced: 2025-03-04T20:31:31.493Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 746 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Private Beta

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
```