DocSpace-buildtools/run.translations.spellcheck.test.bat
2023-10-03 12:57:14 +04:00

10 lines
337 B
Batchfile

PUSHD %~dp0..
set dir=%~dp0..
echo %dir%
set save=false
if /I "%1" == "-s" set save=%2 & shift
shift
dotnet test client\common\Tests\Frontend.Translations.Tests\Frontend.Translations.Tests.csproj --filter Name~SpellCheckTest -l:html --environment "BASE_DIR=%dir%" --environment "SAVE=%save%" --results-directory "%dir%/TestsResults"