Search code examples
iosazure-devopscontinuous-integrationdevopsvisual-studio-app-center

Is there anyway to add a iOS UI (XCUI) testing pipeline without using AppCenter?


I am configuring CI/CD pipelines for my project and I have written my UI tests using XCUI framework. I referred Azure documentation for configuring them and I found out to use UI testing we need a AppCenter account.

Is there any way to configure a pipeline without using AppCenter account?


Solution

  • We didn't find the doc that describes another way to run UI test pipeline without AppCenter, we recommend that you create the account and then run the test.

    Then we could refer to this doc to run the UI test.