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

https://github.com/firoz-thakur/cartapplicationautomation


https://github.com/firoz-thakur/cartapplicationautomation

automation-framework java mock-server mocking-framework springboot

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Prerequisities
JDK 11
Docker

# How bring the mockservice up
cd mockserver
docker compose up
the mocke server will start at port 1080

# How bring the service up
./mvnw clean install -DskipTests
java -jar target/simple-springboot-app-0.0.1-SNAPSHOT.jar
The server will start at port 9001

# How to run the tests
./mvnw test