Added WinAppDriver UI Tests to the Calculator Project. (#411)

This commit is contained in:
Hassan Uraizee
2019-04-25 16:54:36 -07:00
committed by Matt Cooley
parent cf7ec5f729
commit 8e1a14793a
8 changed files with 278 additions and 17 deletions

View File

@@ -33,6 +33,10 @@ jobs:
platform: ARM64
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
- template: ./templates/run-ui-tests.yaml
parameters:
platform: x64
- template: ./templates/run-unit-tests.yaml
parameters:
platform: x64