Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit b3d8e1f

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 67084e5 commit b3d8e1f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

azure-pipelines.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,25 @@ steps:
7676
$file = ( Get-ChildItem -Path TestApp\Calculator_$(PackageManifest)_Test\Calculator_$(PackageManifest)_x64.cer )
7777
$file | Import-Certificate -CertStoreLocation cert:\LocalMachine\Root
7878
79+
7980
- task: PowerShell@1
8081
displayName: 'Install Calculator Packages'
8182
inputs:
8283
scriptName: 'TestApp\Calculator_$(PackageManifest)_Test\Add-AppDevPackage.ps1'
8384
arguments: '-NonInteractive -Force:$true -Verb RunAs'
85+
86+
- task: Windows Application Driver@0
87+
inputs:
88+
OperationType: 'Start'
89+
WADArguments: 127.0.0.1 4723/wd/hub
90+
AgentResolution: 1080p
91+
8492
- task: CmdLine@2
8593
inputs:
8694
script: 'yarn run jest'
87-
workingDirectory: 'example'
95+
workingDirectory: 'example'
96+
97+
- task: Windows Application Driver@0
98+
inputs:
99+
OperationType: 'Stop'
100+
condition: succeededOrFailed()

0 commit comments

Comments
 (0)