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.
 
 
 
Dan Walmsley a7713dcda9 add a unit test for child window order osx. 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 Added integration tests for WindowStartupLocation. 4 years ago
ButtonTests.cs Added a NativeMenu test for macOS. 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
DefaultCollection.cs Rename integration tests now they're not win32-only. 4 years ago
ElementExtensions.cs Disable focus test on mac. 4 years ago
ListBoxTests.cs Sigh. Appium sucks. 4 years ago
MenuTests.cs Disable focus test on mac. 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
WindowTests.cs add a unit test for child window order osx. 4 years ago
readme.md Grammatical corrections to product names: XCode -> Xcode, .Net -> .NET, Javascript -> JavaScript, MacOS -> macOS, MacOs -> macOS 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).