Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unoplatform/uno.uitest
Unified UI Testing Framework for Uno Platform based applications
https://github.com/unoplatform/uno.uitest
android csharp ios uitest uno-platform uwp wasm winrt winui xamarin-uitest
Last synced: 16 days ago
JSON representation
Unified UI Testing Framework for Uno Platform based applications
- Host: GitHub
- URL: https://github.com/unoplatform/uno.uitest
- Owner: unoplatform
- License: other
- Created: 2019-06-14T20:39:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T21:55:33.000Z (6 months ago)
- Last Synced: 2024-11-30T18:56:46.652Z (23 days ago)
- Topics: android, csharp, ios, uitest, uno-platform, uwp, wasm, winrt, winui, xamarin-uitest
- Language: C#
- Homepage: https://platform.uno
- Size: 2.46 MB
- Stars: 12
- Watchers: 24
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: License.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Uno.UITest for Uno Platform
Welcome to the **Uno.UITest** repository, a framework which enables **unified UI Testing** of [Uno Platform apps](https://github.com/unoplatform/uno), using [NUnit 3.x](https://github.com/nunit/nunit).
This library provides a set of APIs to interact with an app, and assess its behavior using device simulators and browsers. The API set is based on [Xamarin.UITest](https://docs.microsoft.com/en-us/appcenter/test-cloud/uitest/), which makes the migration and patterns very familiar.
The testing is available through :
- Selenium for WebAssembly apps, using Chrome
- [Xamarin.UITest](https://docs.microsoft.com/en-us/appcenter/test-cloud/uitest/) and [AppCenter](https://appcenter.ms/apps) for iOS and Android apps.The following target platforms are not yet supported:
- SkiaSharp backends (GTK, WPF and Tizen )
- Xamarin.macOS
- Windows## Build status
| Target | Branch | Status | Recommended Nuget packages version |
| ------ | ------ | ------ | ------ |
| development | master |[![Build Status](https://dev.azure.com/uno-platform/Uno%20Platform/_apis/build/status/Uno%20Platform/Uno.UITest?branchName=master)](https://dev.azure.com/uno-platform/Uno%20Platform/_build/latest?definitionId=58&branchName=master) | [![NuGet](https://img.shields.io/nuget/v/Uno.UITest.svg)](https://www.nuget.org/packages/Uno.UITest/) |## Getting started with Uno.UITest
Visit [our documentation](https://aka.platform.uno/uno-uitests) on how to get started with Uno.UITest.