You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generalize the TestInstrumentation code that's now apart of the platform handler tests code so that Essentials and our Platform device tests are using the same bits
At this point we need the code that's able to run the tests against essentials to also work against our Platform.HandlerTests so do whatever makes sense here for splitting up the code.
Is it just one cake file? maui-device-tests.cake that has an array of projects?
Should we have essentials-device-tests.cake, maui-device-tests.cake, common-device-tests.cake ?
The text was updated successfully, but these errors were encountered:
I use that all over the show for SkiaSharp and have each native platform have its own cake with tasks, and then they all reference a base native which references a base shared cake.
We can do this for forms as well. Have each device test have a simple cake file, and then include all the actual work in a base. This can be done for all other types of testing. Sort of the way Makefiles were in each folder, but then as you go up, it builds more.
Setup CI and local cake scripts to use xHarness
Steps
eng/devices.cake
The text was updated successfully, but these errors were encountered: