File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 6060 dotnet test PosInformatique.Testing.Databases.sln \
6161 --configuration Release \
6262 --no-build \
63- --results-directory ./TestResults \
64- -- MSTest.PlatformArgs="--report-trx --report-trx-filename test_results.trx" \
63+ --logger "trx;LogFileName=test_results.trx" \
64+ --results-directory ./TestResults
6565 env :
6666 SQL_SERVER_UNIT_TESTS_CONNECTION_STRING : " Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
6767 SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH : " /tmp/other_databases_path/"
Original file line number Diff line number Diff line change 1212 <PackageReference Include =" FluentAssertions" />
1313 <PackageReference Include =" xunit.v3" />
1414 </ItemGroup >
15-
16- <!-- Add the support Microsoft Test Platform -->
17- <PropertyGroup >
18- <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
19- <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
20- </PropertyGroup >
2115
2216 <!-- Add the default using directive for all tests code -->
2317 <ItemGroup >
You can’t perform that action at this time.
0 commit comments