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
- Host: GitHub
- URL: https://github.com/firoz-thakur/cartapplicationautomation
- Owner: Firoz-Thakur
- Created: 2024-12-25T13:04:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T13:07:49.000Z (10 months ago)
- Last Synced: 2025-02-17T00:51:44.757Z (8 months 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