DocSpace-buildtools/run.translations.spellcheck.test.bat

10 lines
337 B
Batchfile
Raw Normal View History

PUSHD %~dp0..
2023-03-09 08:12:31 +00:00
set dir=%~dp0..
echo %dir%
set save=false
if /I "%1" == "-s" set save=%2 & shift
shift
2023-10-03 08:57:14 +00:00
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"