Skip to content

Commit c6a8453

Browse files
committed
Install google chrome and enable components tests
1 parent e98c965 commit c6a8453

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
displayName: Install JDK 11
126126
- powershell: Write-Host "##vso[task.prependpath]$env:JAVA_HOME\bin"
127127
displayName: Prepend JAVA bin folder to the PATH.
128+
- script: choco install googlechrome
129+
displayName: Install chrome
128130
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), eq(parameters.agentOs, 'Windows'), eq(parameters.codeSign, 'true')) }}:
129131
- task: MicroBuildSigningPlugin@1
130132
displayName: Install MicroBuild Signing plugin

src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!--
1010
Temporarily disabled until this runs on macOS
1111
-->
12-
<SkipTests Condition="'$(BlazorAllTests)' != 'true'">true</SkipTests>
12+
<SkipTests Condition="'$(SeleniumE2ETestsSupported)' != 'true'">true</SkipTests>
1313
<!-- https://github.com/aspnet/AspNetCore/issues/6857 -->
1414
<BuildHelixPayload>false</BuildHelixPayload>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)