mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 07:06:34 +00:00
[AZ-189] Show test names in output
Made-with: Cursor
This commit is contained in:
+1
-1
@@ -9,4 +9,4 @@ RUN dotnet publish -c Release -o /out /p:UseAppHost=false
|
|||||||
FROM mcr.microsoft.com/dotnet/sdk:10.0
|
FROM mcr.microsoft.com/dotnet/sdk:10.0
|
||||||
WORKDIR /test
|
WORKDIR /test
|
||||||
COPY --from=build /out .
|
COPY --from=build /out .
|
||||||
ENTRYPOINT ["dotnet", "test", "Azaion.E2E.dll", "-c", "Release", "--no-build", "--results-directory", "/test-results", "--logger", "console;verbosity=minimal", "--logger", "trx;LogFileName=results.trx", "--logger", "xunit;LogFilePath=/test-results/results.xunit.xml"]
|
ENTRYPOINT ["dotnet", "test", "Azaion.E2E.dll", "-c", "Release", "--no-build", "--results-directory", "/test-results", "--logger", "console;verbosity=normal", "--logger", "trx;LogFileName=results.trx", "--logger", "xunit;LogFilePath=/test-results/results.xunit.xml"]
|
||||||
|
|||||||
Reference in New Issue
Block a user