Skip to content

Commit a5758ae

Browse files
committed
test
1 parent 9a901c0 commit a5758ae

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.azure/pipelines/components-e2e-tests.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,18 @@ jobs:
5858
displayName: Build JS
5959
- script: .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore
6060
displayName: Build
61-
- script: ./eng/build.sh --no-build --test --configuration $(BuildConfiguration) --projects src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj \
62-
-p:TestCaseFilter="Quarantined!=true|Quarantined=false" \
63-
-p:VsTestUseMSBuildOutput=false \
64-
-p:VSTestLogger="trx;LogFileName=Microsoft.AspNetCore.Components.E2ETests.trx" \
65-
-p:VSTestLogger="html;LogFileName=Microsoft.AspNetCore.Components.E2ETests.html" \
66-
-p:TestResultsDirectory=$(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Unquarantined
67-
displayName: Run E2E tests
61+
- script: ./eng/build.sh --ci \
62+
--no-build \
63+
--test \
64+
--no-build-repo-tasks \
65+
--projects "$(Build.SourcesDirectory)/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj" \
66+
--configuration "$(BuildConfiguration)" \
67+
-p:TestCaseFilter="Quarantined!=true|Quarantined=false" \
68+
-p:VsTestUseMSBuildOutput=false \
69+
-p:VSTestLogger="trx;LogFileName=Microsoft.AspNetCore.Components.E2ETests.trx" \
70+
-p:VSTestLogger="html;LogFileName=Microsoft.AspNetCore.Components.E2ETests.html" \
71+
-p:TestResultsDirectory="$(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Unquarantined"
72+
displayName: Run E2E tests
6873
- script: .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter 'Quarantined=true' -p:RunQuarantinedTests=true
6974
-p:VsTestUseMSBuildOutput=false
7075
--logger:"trx%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.trx"

0 commit comments

Comments
 (0)