diff --git a/.gitignore b/.gitignore index f3cef92b8a..ba34bff1df 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ Logs/ .eslintcache build/deploy/ /public/debuginfo.md +TestsResults/ diff --git a/build/run.translations.tests.bat b/build/run.translations.tests.bat new file mode 100644 index 0000000000..f2fae7773c --- /dev/null +++ b/build/run.translations.tests.bat @@ -0,0 +1,2 @@ +PUSHD %~dp0.. +dotnet test common\Tests\Frontend.Translations.Tests\Frontend.Translations.Tests.csproj -l:html -r TestsResults \ No newline at end of file