https://github.com/firoz-thakur/cartapplicationautomation
https://github.com/firoz-thakur/cartapplicationautomation
automation-framework java mock-server mocking-framework springboot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/firoz-thakur/cartapplicationautomation
- Owner: Firoz-Thakur
- Created: 2024-12-25T13:04:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T13:07:49.000Z (over 1 year ago)
- Last Synced: 2025-05-14T06:27:35.272Z (about 1 year ago)
- Topics: automation-framework, java, mock-server, mocking-framework, springboot
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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