Run UWP appium tests in azure pipeline
问题 Just wondering if it is possible to run Appium based UI tests for a UWP app in azure pipeline? The first challenge is, how to deploy the UWP to test within the pipeline. 回答1: I managed to figure it out. We need to install the app after the build, which can be done using running the powershell script included in the build artifacts. But the important things is the installation of the certificate, which needed to be forced. - task: PowerShell@2 displayName: 'Install app' inputs: filePath: '$