[Testing] Feature matrix UITest Cases for Image Control
This PR includes a comprehensive set of UI test cases for the Image control. The tests validate the Image control, including properties such as Aspect, Source, IsAnimation, IsOpaque, FontImageSource Size, FontImageSource Color, Shadow, FLowDirection, IsVisible.
Image Control Implementation
- Created a new
ImageControlPageand its corresponding XAML file (ImageControlPage.xaml) to serve as the main feature matrix page for theImagecontrol. The page includes anImageelement bound to a view model and a toolbar for navigation. [1] [2] - Added an
ImageOptionsPageand its XAML file (ImageOptionsPage.xaml) to allow users to configure various properties of theImagecontrol, such asAspect,IsAnimationPlaying,IsOpaque,Source, and more. [1] [2] - Introduced the
ImageViewModelto manage the state of theImagecontrol, including properties likeAspect,IsAnimationPlaying,IsOpaque,Source,FlowDirection, andIsVisible. The view model is used for data binding in both the main page and the options page. [1] [2]
Issues Identified
- https://github.com/dotnet/maui/issues/29812
- https://github.com/dotnet/maui/issues/29813
https://github.com/user-attachments/assets/227c97da-2ce2-4210-863e-203c6acfa691
Hey there @@NafeelaNazhir! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
/azp run MAUI-UITests-public
Azure Pipelines successfully started running 1 pipeline(s).
Pending test snapshots, already available in the latest build.
could you commit the images?
Hi @jsuarezruiz I have added the pending snapshots in the latest commit.
@NafeelaNazhir Could you review the current conflict? Thanks in advance.
@NafeelaNazhir Could you review the current conflict? Thanks in advance.
@jsuarezruiz I have rebased the branch and resolved the merge conflicts.
/azp run MAUI-UITests-public
Azure Pipelines successfully started running 1 pipeline(s).
/azp run MAUI-UITests-public
Azure Pipelines successfully started running 1 pipeline(s).
/azp run MAUI-UITests-public
Azure Pipelines successfully started running 1 pipeline(s).
could you commit the images?