-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
I haven’t been able to find much documentation on how to effectively E2E test a .NET MAUI Hybrid app.
The existing Appium sample in this repo is a great resource for a pure .NET MAUI app. However, I don't believe this test approach works when much of the UI is rendered inside a webview. In these cases, using Appium alone doesn't seem like enough for E2E/UI tests.
I would love to see an example hybrid mobile app that shows different testing approaches depending on how deep a user wants to take it. For example:
- Isolated Blazor component testing with
bUnit
- Native shell + webview DOM testing using a combination of
Appium
(for native UI) andPlaywright
(for in‑webview DOM interactions)? - Potential alternatives or other suggestions?
Metadata
Metadata
Assignees
Labels
No labels