Files
unionflow-mobile-apps/unionflow-server-api/debug-test.bat

12 lines
292 B
Batchfile

@echo off
echo ========================================
echo DEBUG TEST - PROBLÈME ID
echo ========================================
echo.
echo 🔍 Test avec logs de debug...
mvn test -Dtest=CompilationTest#testCompilationDemandeAideDTO
echo.
echo ========================================