@echo off REM Running lib tests echo Running lib tests cd lib\copperwrapper call run-tests.cmd REM Running api tests echo Running api tests cd ..\.. cd api call run-tests.cmd @REM Running FE tests echo Running FE tests cd ..\front\dcp-front npm run test:unit REM Back to root dir cd ..\..