dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.25k stars 1.76k forks source link

[Testing] Investigate splitting up WinUI device tests into separate pipelines. #20479

Open PureWeen opened 9 months ago

PureWeen commented 9 months ago

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

ghost commented 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.