Open PureWeen opened 9 months ago
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Description
We currently run all of our WinUI tests in a single pipeline and then loop over the categories inside the cake file. We then push up all of these tests.
The iOS team does something similar but runs everything in separate pipelines. Separate pipelines would let us rerun small sets of tests and keep an eye on flakey category areas.
Related work: https://github.com/dotnet/maui/issues/20429