Skip to content

New Sample Idea: Maui Hybrid Mobile App Testing #670

@fossbrandon

Description

@fossbrandon

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) and Playwright (for in‑webview DOM interactions)?
  • Potential alternatives or other suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions