A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Takoooooo dcd23fc1bd wip 4 years ago
..
Properties Rename integration tests now they're not win32-only. 4 years ago
AutomationTests.cs Added a NativeMenu test for macOS. 4 years ago
Avalonia.IntegrationTests.Appium.csproj Rename integration tests now they're not win32-only. 4 years ago
ButtonTests.cs wip 4 years ago
CheckBoxTests.cs Rename integration tests now they're not win32-only. 4 years ago
ComboBoxTests.cs Added a few ListBox tests. 4 years ago
ContextMenuTests.cs wip 4 years ago
DefaultCollection.cs Rename integration tests now they're not win32-only. 4 years ago
ElementExtensions.cs Added a few ListBox tests. 4 years ago
ListBoxTests.cs Sigh. Appium sucks. 4 years ago
MenuTests.cs Refactored Menu integration tests. 4 years ago
NativeMenuTests.cs Added a NativeMenu test for macOS. 4 years ago
PlatformFactAttribute.cs Make integration tests pass on MacOS. 4 years ago
TestAppFixture.cs Trying to get stuff working on macOS. 4 years ago
readme.md Add additional macOS prerequisite. 4 years ago
xunit.runner.json Rename integration tests now they're not win32-only. 4 years ago

readme.md

Running Integration Tests

Windows

Prerequisites

Running

  • Run WinAppDriver (it gets installed to the start menu)
  • Run the tests in this project

MacOS

Prerequisites

  • Install Appium: https://appium.io/
  • Give XCode helper the required permissions
  • cd samples/IntegrationTestApp then ./bundle.sh to create an app bundle for IntegrationTestApp
  • Register the app bundle by running open -n ./bin/Debug/net6.0/osx-arm64/publish/IntegrationTestApp.app

Running

  • Run appium
  • Run the tests in this project

Each time you make a change to Avalonia or IntegrationTestApp, re-run the bundle.sh script (registration only needs to be done once).