setup tests for HelloWorldService
This commit is contained in:
20
run-tests.bat
Normal file
20
run-tests.bat
Normal file
@ -0,0 +1,20 @@
|
||||
@echo off
|
||||
REM Script to run unit tests using Docker
|
||||
|
||||
echo ================================================================================
|
||||
echo Running Unit Tests in Docker
|
||||
echo ================================================================================
|
||||
echo.
|
||||
|
||||
docker-compose -f docker-compose.test.yml up --build
|
||||
|
||||
echo.
|
||||
echo ================================================================================
|
||||
echo Test execution completed
|
||||
echo ================================================================================
|
||||
echo.
|
||||
|
||||
REM Clean up the test container
|
||||
docker-compose -f docker-compose.test.yml down
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user