@@ -82,26 +82,26 @@ jobs:
8282 # run: |
8383 # dotnet TestCategoryLister/bin/Release/net9.0/TestCategoryLister.dll TransactionProcessor.Mobile.UiTests/bin/Debug/net9.0/TransactionProcessor.Mobile.UiTests.dll
8484
85- # - name: Run iOS Navigation Tests
86- # run: |
85+ - name : Run iOS Navigation Tests
86+ run : |
8787 #dotnet build TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj -c Debug --no-restore
88- # dotnet test TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj --filter "( Category=PRNavTest)&( Category=iOS) " --no-restore
88+ dotnet test TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj --filter "Category=PRNavTest& Category=iOS" --no-restore
8989 # dotnet tool install --global NUnit.ConsoleRunner.NetCore
9090 # nunit3-console TransactionProcessor.Mobile.UiTests/bin/Release/net9.0/TransactionProcessor.Mobile.UiTests.dll --where "(cat == PRNavTest && cat == iOS)"
9191
92- - name : Run iOS Navigation Tests
93- run : |
94- # Install NUnit Console Runner tool
95- dotnet tool install --global NUnit.ConsoleRunner.NetCore
92+ # - name: Run iOS Navigation Tests
93+ # run: |
94+ # # Install NUnit Console Runner tool
95+ # dotnet tool install --global NUnit.ConsoleRunner.NetCore
9696
97- # Ensure the tool path is available in this step
98- export PATH="$PATH:$HOME/.dotnet/tools"
97+ # # Ensure the tool path is available in this step
98+ # export PATH="$PATH:$HOME/.dotnet/tools"
9999
100- # Optional: clean + build test project if not already built
101- dotnet build TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj -c Release --no-restore
100+ # # Optional: clean + build test project if not already built
101+ # dotnet build TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj -c Release --no-restore
102102
103- # Run the tests filtered by categories
104- nunit TransactionProcessor.Mobile.UiTests/bin/Release/net9.0/TransactionProcessor.Mobile.UiTests.dll --where "cat == PRNavTest && cat == iOS" --labels=All --result=TestResult-iOS.xml
103+ # # Run the tests filtered by categories
104+ # nunit TransactionProcessor.Mobile.UiTests/bin/Release/net9.0/TransactionProcessor.Mobile.UiTests.dll --where "cat == PRNavTest && cat == iOS" --labels=All --result=TestResult-iOS.xml
105105
106106 - name : Upload Appium Logs on Failure
107107 if : failure()
@@ -110,10 +110,10 @@ jobs:
110110 name : ios-software_navigation_tests_appium
111111 path : appium.log
112112
113- - name : Upload NUnit Test Results
114- uses : actions/upload-artifact@v4
115- with :
116- name : iOS-Test-Results
117- path : TestResult-iOS.xml
113+ # - name: Upload NUnit Test Results
114+ # uses: actions/upload-artifact@v4
115+ # with:
116+ # name: iOS-Test-Results
117+ # path: TestResult-iOS.xml
118118
119119
0 commit comments