From d153b9ac1e8813f823ec1f08073473ba44725bc7 Mon Sep 17 00:00:00 2001 From: jbe2277 Date: Fri, 1 Nov 2024 19:23:13 +0100 Subject: [PATCH] UITest: Add GitHubActions logger for UI tests --- .github/workflows/System.Waf.CI.yml | 2 +- src/Samples.UITest/BookLibrary.Test/BookLibrary.Test.csproj | 1 + .../InformationManager.Test/InformationManager.Test.csproj | 1 + src/Samples.UITest/Writer.Test/Writer.Test.csproj | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/System.Waf.CI.yml b/.github/workflows/System.Waf.CI.yml index 8dbb7052..0118e761 100644 --- a/.github/workflows/System.Waf.CI.yml +++ b/.github/workflows/System.Waf.CI.yml @@ -39,7 +39,7 @@ jobs: src/System.Waf/System.Waf/**/*.snupkg - name: 🖥️ UI Test - run: dotnet test ./src/Samples.UITest/Samples.UITest.sln --logger "console;verbosity=detailed" -maxCpuCount:1 + run: dotnet test ./src/Samples.UITest/Samples.UITest.sln --logger GitHubActions -maxCpuCount:1 - name: 📦 Upload UI Test results uses: actions/upload-artifact@v4 diff --git a/src/Samples.UITest/BookLibrary.Test/BookLibrary.Test.csproj b/src/Samples.UITest/BookLibrary.Test/BookLibrary.Test.csproj index 43bba286..464d2c97 100644 --- a/src/Samples.UITest/BookLibrary.Test/BookLibrary.Test.csproj +++ b/src/Samples.UITest/BookLibrary.Test/BookLibrary.Test.csproj @@ -8,6 +8,7 @@ + diff --git a/src/Samples.UITest/InformationManager.Test/InformationManager.Test.csproj b/src/Samples.UITest/InformationManager.Test/InformationManager.Test.csproj index 886af137..a8de5973 100644 --- a/src/Samples.UITest/InformationManager.Test/InformationManager.Test.csproj +++ b/src/Samples.UITest/InformationManager.Test/InformationManager.Test.csproj @@ -8,6 +8,7 @@ + diff --git a/src/Samples.UITest/Writer.Test/Writer.Test.csproj b/src/Samples.UITest/Writer.Test/Writer.Test.csproj index 438af642..0af6cea9 100644 --- a/src/Samples.UITest/Writer.Test/Writer.Test.csproj +++ b/src/Samples.UITest/Writer.Test/Writer.Test.csproj @@ -8,6 +8,7 @@ +