Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .azurepipelines/azure-pipelines-1ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ extends:
condition: and(succeeded(), eq(variables['BuildConfiguration'], 'Release'))
inputs:
ConnectedServiceName: $(EsrpConServName)
UseMSIAuthentication: true
AppRegistrationClientId: $(EsrpAppRegCliId)
AppRegistrationTenantId: $(EsrpAppRegTenId)
EsrpClientId: $(EsrpClientId)
AuthAKVName: $(EsrpKVName)
AuthCertName: $(EsrpAuthCertName)
AuthSignCertName: $(EsrpAuthSignCertName)
FolderPath: '$(Build.SourcesDirectory)/bin/$(BuildConfiguration)/PowerAppsTestEngineWrapper/'
Pattern: '*.dll'
Expand Down Expand Up @@ -156,10 +157,11 @@ extends:
displayName: 'ESRP sign nuget packages'
inputs:
ConnectedServiceName: $(EsrpConServName)
UseMSIAuthentication: true
AppRegistrationClientId: $(EsrpAppRegCliId)
AppRegistrationTenantId: $(EsrpAppRegTenId)
EsrpClientId: $(EsrpClientId)
AuthAKVName: $(EsrpKVName)
AuthCertName: $(EsrpAuthCertName)
AuthSignCertName: $(EsrpAuthSignCertName)
FolderPath: '$(Build.ArtifactStagingDirectory)'
Pattern: '*.nupkg'
Expand Down
5 changes: 5 additions & 0 deletions samples/template/TestPlanTemplate.fx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ testSuite:

testSettings:
locale: "en-US"
headless: false
recordVideo: true
browserConfigurations:
- browser: Chromium
channel: msedge
timeout: 60000
extensionModules:
enable: true

environmentVariables:
users:
Expand Down