From 91299802ed7abb93ebdd9a1e771689d2cb97a732 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Fri, 9 Feb 2024 21:17:24 -0800 Subject: [PATCH] Update run-ui-tests-ci.yml --- .pipelines/ci/templates/run-ui-tests-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index bdbd29bf25..b590b376d0 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -36,12 +36,15 @@ jobs: - task: VisualStudioTestPlatformInstaller@1 displayName: Ensure VSTest Platform + - task: ScreenResolutionUtility@1 + inputs: + displaySettings: 'optimal' + - task: Windows Application Driver@0 displayName: 'Start - WinAppDriver' inputs: OperationType: 'Start' - WADArguments: 127.0.0.1 4723 - AgentResolution: '1080p' + #WADArguments: 127.0.0.1 4723 - task: VSTest@2 displayName: 'UI Tests'