Xcode Cloud - "What to test" contents does not show up in TestFlight

I'm using Xcode cloud to create testflight builds, and I noticed that a few weeks ago these builds no longer contain any "What to Test" info.

We include a TestFlight/WhatToTest.de-DE.txt file in our repo, and that file seems to be picked up correctly, at least the logs say

Saving “What to test” notes
Found notes for de-DE

Any ideas of what I should be looking into or change?

Answered by GereonSt in 869860022

It appears that TestFlight has a size limit - our WhatToTest file was well above 2 KByte in size. Once I reduced it to <1K, it again shows up correctly in the TestFlight app.

Accepted Answer

It appears that TestFlight has a size limit - our WhatToTest file was well above 2 KByte in size. Once I reduced it to <1K, it again shows up correctly in the TestFlight app.

Xcode Cloud - "What to test" contents does not show up in TestFlight
 
 
Q