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.
 
 
 
Steven Kirk afc55cb985 Fix tests on macOS. 3 years ago
..
Properties Rename integration tests now they're not win32-only. 4 years ago
AutomationTests.cs Add failing integration tests for overlay popups. 3 years ago
Avalonia.IntegrationTests.Appium.csproj Updated packages used by tests. 3 years ago
ButtonTests.cs Add failing integration tests for overlay popups. 3 years ago
CheckBoxTests.cs Add failing integration tests for overlay popups. 3 years ago
CollectionDefinitions.cs Add failing integration tests for overlay popups. 3 years ago
ComboBoxTests.cs Add failing integration tests for overlay popups. 3 years ago
DefaultAppFixture.cs Add failing integration tests for overlay popups. 3 years ago
ElementExtensions.cs Don't get all window buttons when only one needed. 3 years ago
GestureTests.cs skip flaky test on macos. 3 years ago
ListBoxTests.cs Add failing integration tests for overlay popups. 3 years ago
MenuTests.cs Add failing integration tests for overlay popups. 3 years ago
NativeMenuTests.cs Added failing NativeMenuBar integration test. 3 years ago
OverlayPopupsAppFixture.cs Add failing integration tests for overlay popups. 3 years ago
PlatformFactAttribute.cs Fix platform fact/theory attributes. 3 years ago
PlatformTheoryAttribute.cs Fix platform fact/theory attributes. 3 years ago
RadioButtonTests.cs Fix merge error. 3 years ago
ScrollBarTests.cs Improve slider integration tests. 3 years ago
SliderTests.cs Fix tests on macOS. 3 years ago
WindowTests.cs Get window chrome maximize button by index. 3 years ago
WindowTests_MacOS.cs Run check for disabled maximize button on Windows. 3 years ago
macos-clean-build-test.sh make integration tests intel compatible 3 years ago
readme.md use net 7 for integration test app. 3 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/net7.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).