Xcode Cloud: Cannot choose Test Plan for Test Action

I have configured multiple test plans, I see them in the scheme editor. I have marked one as default. Now I would like to choose a specific one for the Xcode Cloud Test action, but there is only the option "Use Scheme Settings".

The Test Action in the workflow

The Test Plans in the Scheme

I'm having the same issue

I had the same problem, but it eventually allowed me to select a test plan. I had to push my changes (the changes that created the test plans) to my repository and even then, it took several hours before they were available in xCode cloud.

Hi,

Thanks for your reply.

Here all committed and after days still no option to select test plan ...

So happy to get more hints.

Hi @glancashire, are you able to select the TestPlan after all? Would you share a tip to get it worked? I am having the same issue for days. Thanks

Once the test plans had been committed and the build had run once, then I was able to go in and select a test plan when editing the workflow.

For anyone else banging their head against the wall, what I had to do was:

  1. Create a new test plan
  2. Set that test plan as the default for my scheme
  3. Commit those changes and have it build in Xcode Cloud

If I skipped step 2 or 3, the new test plan would never show up. You can then set the default test plan back to what it was before.

Xcode Cloud: Cannot choose Test Plan for Test Action
 
 
Q