Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefgen/winappsdk-helix-demo
A simple demo of running TAEF tests in Helix for the Windows App SDK.
https://github.com/jefgen/winappsdk-helix-demo
Last synced: about 2 months ago
JSON representation
A simple demo of running TAEF tests in Helix for the Windows App SDK.
- Host: GitHub
- URL: https://github.com/jefgen/winappsdk-helix-demo
- Owner: jefgen
- License: cc-by-4.0
- Created: 2021-07-28T00:26:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T06:12:18.000Z (over 3 years ago)
- Last Synced: 2024-10-26T06:51:15.859Z (about 2 months ago)
- Language: PowerShell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# WinAppSDK-Helix-Demo
This repo is a small demo of how to run TAEF tests inside the Helix environment for the Windows App SDK.
## What is Helix?
Helix is a test execution environment from the .NET Core team. It is a part of the .NET Arcade SDK. It primarily functions or operates as a pool of VM(s). These VMs are part of a set of "queues" that are used to execute work item(s) that are sent to them.
## WinUI.Helix Package
This uses the `Microsoft.Internal.WinUI.Helix` Nuget package from the WinUI/XAML team to run tests in Helix.
The WinUI.Helix package provides additional functionality on top of Helix to make executing tests easier.
(There is some more info on the WinUI Helix package here: https://github.com/microsoft/microsoft-ui-xaml/tree/main/build/Helix)