File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -192,9 +192,14 @@ jobs:
192192 /p:E2ETracingEnabled=$E2E_TRACING_ENABLED
193193
194194 - name : Run Unit tests
195- run : dotnet test "./TELBlazor.Components.UnitTests/TELBlazor.Components.UnitTests.csproj" --no-build --verbosity normal
195+ run : dotnet test "TELBlazor.Components.UnitTests.csproj" --no-build --verbosity normal
196+ working-directory : TELBlazor.Components.UnitTests
196197 env :
197198 ASPNETCORE_ENVIRONMENT : ci
199+
200+ # - name: Run bUnit tests
201+ # run: dotnet test Package.Shared.BlazorComponents.UnitTests.csproj --no-build --verbosity minimal
202+ # working-directory: Package.Shared.BlazorComponents.UnitTests
198203
199204
200205
@@ -211,6 +216,12 @@ jobs:
211216 - name : See other project pipeline for Tests
212217 run : echo " See other project pipeline for Tests this is a placeholder"
213218
219+ # - name: Ensure browsers are installed
220+ # run: pwsh Test.BrowserBased.UnitE2ETests/bin/Debug/net8.0/playwright.ps1 install --with-deps
221+
222+ # - name: Playwright test run excepted filtered
223+ # run: dotnet test --filter "Category!=LocalOnly & Category!=HeadlessFalse" Test.BrowserBased.UnitE2ETests.csproj --no-restore --verbosity minimal
224+ # working-directory: Test.BrowserBased.UnitE2ETests
214225
215226 reuseable-ci-checks-code-coverage :
216227 name : Check for code coverage
You can’t perform that action at this time.
0 commit comments